From: Peter Korsgaard Date: Fri, 19 Nov 2010 15:44:17 +0000 (+0100) Subject: package/: shared config cache is gone X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ece089ede71e8c352985f8faf06b3a9fdf9d202;p=buildroot.git package/: shared config cache is gone So remove the last references to it. Signed-off-by: Peter Korsgaard --- diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk index 71fe89ef15..ab7e921c12 100644 --- a/package/gpsd/gpsd.mk +++ b/package/gpsd/gpsd.mk @@ -9,7 +9,6 @@ GPSD_SITE = http://download.berlios.de/gpsd GPSD_INSTALL_STAGING = YES GPSD_CONF_OPT = --disable-static GPSD_LIBTOOL_PATCH = NO -GPSD_USE_CONFIG_CACHE = NO GPSD_TARGET_BINS = cgps gpsctl gpsdecode gpsmon gpspipe gpxlogger lcdgps # Build libgpsmm if we've got C++ diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk index 755f4f80d0..9ae5616269 100644 --- a/package/rng-tools/rng-tools.mk +++ b/package/rng-tools/rng-tools.mk @@ -7,7 +7,6 @@ RNG_TOOLS_VERSION = 3 RNG_TOOLS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel RNG_TOOLS_CONF_ENV = LIBS="-largp" -RNG_TOOLS_USE_CONFIG_CACHE = NO RNG_TOOLS_DEPENDENCIES = argp-standalone $(eval $(call AUTOTARGETS,package,rng-tools))