diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-22 16:54:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:40:46 +0100 |
commit | 171cb4683015fd362236ed5f597310e7950e1f70 (patch) | |
tree | 21a59797aa03fa66ea70716c9027b54a559aed86 /meta/recipes-extended/cups/cups_1.4.6.bb | |
parent | bedae2815e362f484c309fbaa67d499102b2781d (diff) | |
download | poky-171cb4683015fd362236ed5f597310e7950e1f70.tar.gz |
cups_1.4.6.bb: Fix build on ppc64
ppc64 uses lib64 and usr/lib64 for library paths
so we need to train cups build system
(From OE-Core rev: c8de655e8f5b2ac8b72428252645022458460912)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups/cups_1.4.6.bb')
-rw-r--r-- | meta/recipes-extended/cups/cups_1.4.6.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/cups/cups_1.4.6.bb b/meta/recipes-extended/cups/cups_1.4.6.bb index 98251380da..84851804af 100644 --- a/meta/recipes-extended/cups/cups_1.4.6.bb +++ b/meta/recipes-extended/cups/cups_1.4.6.bb | |||
@@ -1,13 +1,14 @@ | |||
1 | require cups14.inc | 1 | require cups14.inc |
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r5" |
4 | DEPENDS += "libusb \ | 4 | DEPENDS += "libusb \ |
5 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 5 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=956e7600195e6139f12de8c2a5bbefa9" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=956e7600195e6139f12de8c2a5bbefa9" |
8 | SRC_URI += " \ | 8 | SRC_URI += " \ |
9 | file://use_echo_only_in_init.patch \ | 9 | file://use_echo_only_in_init.patch \ |
10 | file://0001-don-t-try-to-run-generated-binaries.patch \ | 10 | file://0001-don-t-try-to-run-generated-binaries.patch \ |
11 | file://cups_serverbin.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[md5sum] = "de8fb5a29c36554925c0c6a6e2c0dae1" | 14 | SRC_URI[md5sum] = "de8fb5a29c36554925c0c6a6e2c0dae1" |