ucode: move to the lang submenu

Just as lua or the various languages from the package feed.
libucode is the exception, so move it to the libs menu instead.

Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
Andre Heider 2022-11-28 11:17:43 +01:00 committed by Hauke Mehrtens
parent 9902c8520b
commit b246385126

View File

@ -39,9 +39,10 @@ CMAKE_HOST_OPTIONS += \
define Package/ucode/default define Package/ucode/default
SECTION:=utils SUBMENU:=ucode
CATEGORY:=Utilities SECTION:=lang
TITLE:=ucode - Tiny scripting and templating language CATEGORY:=Languages
TITLE:=Tiny scripting and templating language
endef endef
define Package/ucode define Package/ucode
@ -57,7 +58,10 @@ endef
define Package/libucode define Package/libucode
$(Package/ucode/default) $(Package/ucode/default)
TITLE+= - runtime library SUBMENU:=
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
ABI_VERSION:=$(PKG_ABI_VERSION) ABI_VERSION:=$(PKG_ABI_VERSION)
DEPENDS:=+libjson-c DEPENDS:=+libjson-c
endef endef
@ -129,7 +133,7 @@ define Package/ucode-mod-struct
endef endef
define Package/ucode-mod-struct/description define Package/ucode-mod-struct/description
The struct plugin implemnts Python 3 compatible struct.pack/unpack functionality. The struct plugin implements Python 3 compatible struct.pack/unpack functionality.
endef endef