diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-05-26 21:39:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-17 08:59:21 +0100 |
commit | 9f7d599a190aa9b3ae9aa1a4de28d1e7137f2de6 (patch) | |
tree | e41c1d9e899aa866482a55ab9591d2188892c661 /meta/recipes-extended | |
parent | d69608c6ef645fac935292a8d339856de3ae8184 (diff) | |
download | poky-9f7d599a190aa9b3ae9aa1a4de28d1e7137f2de6.tar.gz |
cups: enable cups-str4402.patch
This patch is used for fixing build errors without dnssd/avahi, we
already have this patch, but isn't added to SRC_URI:
meta/recipes-extended/cups/cups/cups-str4402.patch
(From OE-Core rev: 7c0fc920d41cdd74cb7bba72faef08afba09ed12)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 3b8027b0a5..c083501de2 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -9,6 +9,7 @@ SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ | |||
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 | file://cups-no-gcrypt.patch \ |
12 | file://cups-str4402.patch \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | LEAD_SONAME = "libcupsdriver.so" | 15 | LEAD_SONAME = "libcupsdriver.so" |