move ldconfig & ldd to utils section
SVN-Revision: 15228
This commit is contained in:
parent
b8e09787fa
commit
a245766507
1 changed files with 5 additions and 1 deletions
|
@ -117,12 +117,16 @@ $(call Package/libc/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ldd
|
define Package/ldd
|
||||||
$(call Package/uclibc/Default)
|
$(call Package/libc/Default)
|
||||||
|
SECTION:=utils
|
||||||
|
CATEGORY:=Utilities
|
||||||
TITLE:=LDD trace utility
|
TITLE:=LDD trace utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ldconfig
|
define Package/ldconfig
|
||||||
$(call Package/libc/Default)
|
$(call Package/libc/Default)
|
||||||
|
SECTION:=utils
|
||||||
|
CATEGORY:=Utilities
|
||||||
TITLE:=Shared library path configuration
|
TITLE:=Shared library path configuration
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue