summaryrefslogtreecommitdiffstats
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:35:07 +0000
commit188db833ab00f55216cab73128e05a58ace8a1a4 (patch)
tree4ae495d602763af877ad2e7454d925055e2709b2 /meta/recipes-extended/cups/cups.inc
parentd1b523e7dd55b11d1b02904a83a0464b95616c07 (diff)
downloadpoky-188db833ab00f55216cab73128e05a58ace8a1a4.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. (From OE-Core rev: e69a1a583bf65dd2b6358c1d925d8de6419e3d76) Signed-off-by: Robert Yang <liezhi.yang@windriver.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 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 \
10 file://cups.socket \ 10 file://cups.socket \
11 file://cups.path \ 11 file://cups.path \
12 file://cups.service \ 12 file://cups.service \
13 file://0001-test-ippserver.c-check-avahi-before-use.patch \
13 " 14 "
14 15
15LEAD_SONAME = "libcupsdriver.so" 16LEAD_SONAME = "libcupsdriver.so"