summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@amotus.ca>2017-04-25 10:48:38 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:29 +0100
commitc99e6b4505ee7a53ff5ccf9a7eacf0b1cb52a717 (patch)
tree88cdb35b8cd15e5cf1b315dfa706a8e54e03ecc3 /meta/recipes-connectivity/bluez5
parent8970a40839f834583a37b9dc465564f94a171a75 (diff)
downloadpoky-c99e6b4505ee7a53ff5ccf9a7eacf0b1cb52a717.tar.gz
bluez5: add PACKAGECONFIG option for cups
(From OE-Core rev: 49d27787d48bab371dbacaf44419fc66f697628a) Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 71a50161bd..c8a240fc45 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,"
18PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" 18PACKAGECONFIG[testing] = "--enable-testing,--disable-testing"
19PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" 19PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib"
20PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd" 20PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd"
21PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,,cups"
21 22
22SRC_URI = "\ 23SRC_URI = "\
23 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 24 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
@@ -34,7 +35,6 @@ inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest
34EXTRA_OECONF = "\ 35EXTRA_OECONF = "\
35 --enable-tools \ 36 --enable-tools \
36 --enable-deprecated \ 37 --enable-deprecated \
37 --disable-cups \
38 --enable-test \ 38 --enable-test \
39 --enable-datafiles \ 39 --enable-datafiles \
40 --enable-library \ 40 --enable-library \
@@ -82,7 +82,11 @@ do_install_append() {
82 82
83PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools" 83PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools"
84 84
85FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${systemd_unitdir}/ ${datadir}/dbus-1" 85FILES_${PN} += " \
86 ${libdir}/bluetooth/plugins/*.so \
87 ${systemd_unitdir}/ ${datadir}/dbus-1 \
88 ${libdir}/cups \
89"
86FILES_${PN}-dev += "\ 90FILES_${PN}-dev += "\
87 ${libdir}/bluetooth/plugins/*.la \ 91 ${libdir}/bluetooth/plugins/*.la \
88" 92"