projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da8c48
)
docker-compose: move to Utilities in menuconfig
author
Alberto Bursi
<bobafetthotmail@gmail.com>
Mon, 26 Oct 2020 20:26:18 +0000
(21:26 +0100)
committer
Alberto Bursi
<bobafetthotmail@gmail.com>
Mon, 26 Oct 2020 20:30:19 +0000
(21:30 +0100)
it makes no sense to show docker-compose sit in Languages -> Python
submenu in menuconfig, it is a tool and not a library.
Move it to Utilities section like docker-ce also is.
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
utils/docker-compose/Makefile
patch
|
blob
|
history
diff --git
a/utils/docker-compose/Makefile
b/utils/docker-compose/Makefile
index a210fea196dfddce35a1f1c03d3426d5927ae639..47d7336f6cc7994e50c602fbf5fc96ff4f43a1e4 100644
(file)
--- a/
utils/docker-compose/Makefile
+++ b/
utils/docker-compose/Makefile
@@
-18,9
+18,8
@@
include ../../lang/python/python3-package.mk
PYTHON3_PKG_SETUP_ARGS:=
define Package/docker-compose
- SECTION:=lang
- CATEGORY:=Languages
- SUBMENU:=Python
+ SECTION:=utils
+ CATEGORY:=Utilities
TITLE:=Docker Compose
URL:=https://github.com/docker/compose
DEPENDS+=+docker-ce \