]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
cups: avoid using non reevaluated $(STAGING_DIR)
authorLionel Landwerlin <llandwerlin@gmail.com>
Thu, 9 Dec 2010 09:55:08 +0000 (10:55 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 12 Dec 2010 23:33:22 +0000 (00:33 +0100)
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/cups/cups.mk

diff --git a/CHANGES b/CHANGES
index c95830737bcad32f92f0f9f4f5b9dfa4b23ad363..5885ae9e3d281bea76145b08f68edd45faccf93f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,9 +3,9 @@
        Ccache support reworked. Now used for both host and target
        compilation, and cache is stored in ~/.buildroot-ccache.
 
-       Updated/fixed packages: busybox, dbus, cloop, gdk-pixbuf,
-       hostapd, i2c-tools, libconfig, m4, openssh, openssl, qt,
-       sdl_gfx, sdl_sound, udev, usbutils, xz, zlib
+       Updated/fixed packages: busybox, dbus, cloop, cups,
+       gdk-pixbuf, hostapd, i2c-tools, libconfig, m4, openssh,
+       openssl, qt, sdl_gfx, sdl_sound, udev, usbutils, xz, zlib
 
        New packages: dhrystone, lsuio, rsh-redone, whetstone
 
index 776fb57aea90122153cd40dec2f06bf50b7d233b..169cdb33415010f220fb99c7e030136af8337492 100644 (file)
@@ -8,7 +8,7 @@ CUPS_NAME = cups-$(CUPS_VERSION)
 CUPS_DIR = $(BUILD_DIR)/$(CUPS_NAME)
 CUPS_SITE = http://ftp.easysw.com/pub/cups/$(CUPS_VERSION)
 CUPS_SOURCE:=$(CUPS_NAME)-source.tar.bz2
-CUPS_DESTDIR:=$(STAGING_DIR)/usr/lib
+CUPS_DESTDIR = $(STAGING_DIR)/usr/lib
 CUPS_CAT:=$(BZCAT)
 
 ifeq ($(BR2_PACKAGE_DBUS),y)