aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-02 22:03:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-07 23:33:03 +0000
commite69a1a583bf65dd2b6358c1d925d8de6419e3d76 (patch)
tree0006f69817b8435c97defb138a8a24205e681998 /meta/recipes-extended/cups/cups.inc
parent7b6546e0ee5561ece1c7972bb8dde7383b530eb7 (diff)
downloadopenembedded-core-contrib-e69a1a583bf65dd2b6358c1d925d8de6419e3d76.tar.gz
cups: check avahi before use it
Fixed the error when --disable-avahi: ippserver.c:425:8: error: unknown type name 'AvahiThreadedPoll' The avahi is optional, we need check whether it is enabled before use as other code does. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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 16fdd4f363..5ff557a55e 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -10,6 +10,7 @@ SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \
file://cups.socket \
file://cups.path \
file://cups.service \
+ file://0001-test-ippserver.c-check-avahi-before-use.patch \
"
LEAD_SONAME = "libcupsdriver.so"