From: Marc Ferland Date: Tue, 25 Apr 2017 14:48:38 +0000 (-0400) Subject: bluez5: add PACKAGECONFIG option for cups X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d27787d48bab371dbacaf44419fc66f697628a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bluez5: add PACKAGECONFIG option for cups Signed-off-by: Marc Ferland Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 71a50161bd9..c8a240fc45e 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -18,6 +18,7 @@ PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline," PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd" +PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,,cups" SRC_URI = "\ ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ @@ -34,7 +35,6 @@ inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest EXTRA_OECONF = "\ --enable-tools \ --enable-deprecated \ - --disable-cups \ --enable-test \ --enable-datafiles \ --enable-library \ @@ -82,7 +82,11 @@ do_install_append() { PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools" -FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${systemd_unitdir}/ ${datadir}/dbus-1" +FILES_${PN} += " \ + ${libdir}/bluetooth/plugins/*.so \ + ${systemd_unitdir}/ ${datadir}/dbus-1 \ + ${libdir}/cups \ +" FILES_${PN}-dev += "\ ${libdir}/bluetooth/plugins/*.la \ "