librpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive busybox dependencies
SVN-Revision: 26492
This commit is contained in:
parent
459762ace2
commit
7fba202f97
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ define Package/librpc
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=uClibc RPC library
|
TITLE:=uClibc RPC library
|
||||||
DEPENDS:=@USE_UCLIBC
|
MDEPENDS:=@USE_UCLIBC
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifdef CONFIG_USE_UCLIBC
|
ifdef CONFIG_USE_UCLIBC
|
||||||
|
|
Loading…
Reference in a new issue