gensio: move package into Python submenu
While at, fine-tune the description string slightly. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
5b3575eba1
commit
31a18de442
1 changed files with 2 additions and 1 deletions
|
@ -129,9 +129,10 @@ endef
|
||||||
|
|
||||||
define Package/python3-gensio
|
define Package/python3-gensio
|
||||||
$(call Package/gensio/Default)
|
$(call Package/gensio/Default)
|
||||||
TITLE+= (Python3-bindings)
|
TITLE+= (Python bindings)
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
|
SUBMENU:=Python
|
||||||
DEPENDS:=+PACKAGE_python3-gensio:python3-light +libgensiocpp
|
DEPENDS:=+PACKAGE_python3-gensio:python3-light +libgensiocpp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue