[openwrt/openwrt] ucode: move to the lang submenu

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 28 13:39:50 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b246385126ace0aeabacf9c94851d2f6dc26f912

commit b246385126ace0aeabacf9c94851d2f6dc26f912
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Mon Nov 28 11:17:43 2022 +0100

    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 at gmail.com>
---
 package/utils/ucode/Makefile | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 3913fd2aa4..ddad598c7f 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -39,9 +39,10 @@ CMAKE_HOST_OPTIONS += \
 
 
 define Package/ucode/default
-  SECTION:=utils
-  CATEGORY:=Utilities
-  TITLE:=ucode - Tiny scripting and templating language
+  SUBMENU:=ucode
+  SECTION:=lang
+  CATEGORY:=Languages
+  TITLE:=Tiny scripting and templating language
 endef
 
 define Package/ucode
@@ -57,7 +58,10 @@ endef
 
 define Package/libucode
   $(Package/ucode/default)
-  TITLE+= - runtime library
+  SUBMENU:=
+  SECTION:=libs
+  CATEGORY:=Libraries
+  TITLE+= (library)
   ABI_VERSION:=$(PKG_ABI_VERSION)
   DEPENDS:=+libjson-c
 endef
@@ -129,7 +133,7 @@ define Package/ucode-mod-struct
 endef
 
 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
 
 




More information about the lede-commits mailing list