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:56:12 +0100 |
commit | 7c0fc920d41cdd74cb7bba72faef08afba09ed12 (patch) | |
tree | ba9b6100c0e5c9a17d035071a00c26c33f3756fc /meta | |
parent | 7a2d2d81d8694806060f7bccfbdba42dc356d477 (diff) | |
download | openembedded-core-7c0fc920d41cdd74cb7bba72faef08afba09ed12.tar.gz openembedded-core-7c0fc920d41cdd74cb7bba72faef08afba09ed12.tar.bz2 openembedded-core-7c0fc920d41cdd74cb7bba72faef08afba09ed12.zip |
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
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 \ file://0001-don-t-try-to-run-generated-binaries.patch \ file://cups_serverbin.patch \ file://cups-no-gcrypt.patch \ + file://cups-str4402.patch \ " LEAD_SONAME = "libcupsdriver.so" |