lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 658b779b22a0cc0c4dfc58969f96c170c41cc66d
parent 6bea54e74e000ddc3daa0241d2f58b15204a7e23
Author: Alberto Bursi <starshipeleven@outlook.com>
Date:   Sun, 23 Oct 2016 15:26:30 +0200

liblo-utils: moving to category Sound

before it was in Utilities, subcategory Sound.
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat:
Mlibs/liblo/Makefile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libs/liblo/Makefile b/libs/liblo/Makefile @@ -24,7 +24,6 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk define Package/liblo/Default - SUBMENU:=Sound TITLE:=Lightweight Open Sound Control (OSC) URL:=http://liblo.sourceforge.net/ endef @@ -33,14 +32,14 @@ define Package/liblo $(call Package/liblo/Default) SECTION:=libs CATEGORY:=Libraries + SUBMENU:=Sound TITLE+= library DEPENDS:= +libpthread endef define Package/liblo-utils $(call Package/liblo/Default) - SECTION:=utils - CATEGORY:=Utilities + CATEGORY:=Sound TITLE+= utilities DEPENDS:= +liblo endef