mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
cups: avoid using non reevaluated $(STAGING_DIR)
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b8c860992a
commit
e9d7b877c2
6
CHANGES
6
CHANGES
@ -3,9 +3,9 @@
|
|||||||
Ccache support reworked. Now used for both host and target
|
Ccache support reworked. Now used for both host and target
|
||||||
compilation, and cache is stored in ~/.buildroot-ccache.
|
compilation, and cache is stored in ~/.buildroot-ccache.
|
||||||
|
|
||||||
Updated/fixed packages: busybox, dbus, cloop, gdk-pixbuf,
|
Updated/fixed packages: busybox, dbus, cloop, cups,
|
||||||
hostapd, i2c-tools, libconfig, m4, openssh, openssl, qt,
|
gdk-pixbuf, hostapd, i2c-tools, libconfig, m4, openssh,
|
||||||
sdl_gfx, sdl_sound, udev, usbutils, xz, zlib
|
openssl, qt, sdl_gfx, sdl_sound, udev, usbutils, xz, zlib
|
||||||
|
|
||||||
New packages: dhrystone, lsuio, rsh-redone, whetstone
|
New packages: dhrystone, lsuio, rsh-redone, whetstone
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ CUPS_NAME = cups-$(CUPS_VERSION)
|
|||||||
CUPS_DIR = $(BUILD_DIR)/$(CUPS_NAME)
|
CUPS_DIR = $(BUILD_DIR)/$(CUPS_NAME)
|
||||||
CUPS_SITE = http://ftp.easysw.com/pub/cups/$(CUPS_VERSION)
|
CUPS_SITE = http://ftp.easysw.com/pub/cups/$(CUPS_VERSION)
|
||||||
CUPS_SOURCE:=$(CUPS_NAME)-source.tar.bz2
|
CUPS_SOURCE:=$(CUPS_NAME)-source.tar.bz2
|
||||||
CUPS_DESTDIR:=$(STAGING_DIR)/usr/lib
|
CUPS_DESTDIR = $(STAGING_DIR)/usr/lib
|
||||||
CUPS_CAT:=$(BZCAT)
|
CUPS_CAT:=$(BZCAT)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_DBUS),y)
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user