mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
cups: Ensure cups-config has correct target paths, not sysroot ones for cups_serverbin and cups_datadir variables
These are used by dependent packages to know where to install cups related pieces into therefore we need to remove the sysroot prefix from these. (From OE-Core rev: edb8eb566968d386f6995b95d54bc7c25a50b02a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -91,3 +91,8 @@ FILES_${PN} += "${datadir}/doc/cups/images \
|
|||||||
${datadir}/doc/cups/*.css \
|
${datadir}/doc/cups/*.css \
|
||||||
${datadir}/icons/ \
|
${datadir}/icons/ \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SYSROOT_PREPROCESS_FUNCS += "cups_sysroot_preprocess"
|
||||||
|
cups_sysroot_preprocess () {
|
||||||
|
sed -i ${SYSROOT_DESTDIR}${bindir_crossscripts}/cups-config -e 's:cups_datadir=.*:cups_datadir=${datadir}/cups:' -e 's:cups_serverbin=.*:cups_serverbin=${libdir}/cups:'
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require cups14.inc
|
require cups14.inc
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
DEPENDS += "libusb \
|
DEPENDS += "libusb \
|
||||||
${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user