summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups.inc
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2014-06-09 18:11:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-13 12:31:38 +0100
commitbdf734343a5e033b071c98068a2f921b35534a61 (patch)
tree9547c1f0d4be9612851b0d29d6dd81722820d768 /meta/recipes-extended/cups/cups.inc
parentd58401cac56e6991361f785596efd21e140e3448 (diff)
downloadpoky-bdf734343a5e033b071c98068a2f921b35534a61.tar.gz
v4 cups: Shouldn't link against libgcrypt without using gcrypt functions
Backported from http://www.cups.org/strfiles.php/3308/cups-no-gcrypt.patch This addresses the cryto dependency seen during build. (From OE-Core rev: e5f9166302baad837244e5a93bedb2797ab17e57) Signed-off-by: Armin Kuster <akuster@mvista.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.inc')
-rw-r--r--meta/recipes-extended/cups/cups.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index fd885527c2..3b8027b0a5 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -8,6 +8,7 @@ SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \
8 file://use_echo_only_in_init.patch \ 8 file://use_echo_only_in_init.patch \
9 file://0001-don-t-try-to-run-generated-binaries.patch \ 9 file://0001-don-t-try-to-run-generated-binaries.patch \
10 file://cups_serverbin.patch \ 10 file://cups_serverbin.patch \
11 file://cups-no-gcrypt.patch \
11 " 12 "
12 13
13LEAD_SONAME = "libcupsdriver.so" 14LEAD_SONAME = "libcupsdriver.so"