]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/: shared config cache is gone
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 19 Nov 2010 15:44:17 +0000 (16:44 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 19 Nov 2010 15:44:17 +0000 (16:44 +0100)
So remove the last references to it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gpsd/gpsd.mk
package/rng-tools/rng-tools.mk

index 71fe89ef151e9bf9157f8b1c7f5a5526ea3bb274..ab7e921c12b3d3b97ab1614fbf1cc98756582bba 100644 (file)
@@ -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++
index 755f4f80d038386d808dd94df3b8f0a93b572373..9ae561626958dd78ae929f0319ea973a5541cf7d 100644 (file)
@@ -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))