From: Peter Korsgaard Date: Sun, 11 Sep 2011 20:18:52 +0000 (+0200) Subject: libconfuse: drop implied uClibc dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=170fb5361d82bf1b0a71a7f8f87da1600a4c2a10;p=buildroot.git libconfuse: drop implied uClibc dependency uClibc doesn't need to be listed as an explicit pkg dependency. Signed-off-by: Peter Korsgaard --- diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk index 28115d74f0..79ff6871f6 100644 --- a/package/libconfuse/libconfuse.mk +++ b/package/libconfuse/libconfuse.mk @@ -11,6 +11,4 @@ LIBCONFUSE_INSTALL_STAGING = YES LIBCONFUSE_CONF_OPT = --disable-rpath -LIBCONFUSE_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,libconfuse))