diff options
author | Marc Ferland <ferlandm@amotus.ca> | 2017-04-25 10:48:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:29 +0100 |
commit | c99e6b4505ee7a53ff5ccf9a7eacf0b1cb52a717 (patch) | |
tree | 88cdb35b8cd15e5cf1b315dfa706a8e54e03ecc3 /meta/recipes-connectivity/bluez5 | |
parent | 8970a40839f834583a37b9dc465564f94a171a75 (diff) | |
download | poky-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.inc | 8 |
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," | |||
18 | PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" | 18 | PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" |
19 | PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" | 19 | PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" |
20 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd" | 20 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd" |
21 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,,cups" | ||
21 | 22 | ||
22 | SRC_URI = "\ | 23 | SRC_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 | |||
34 | EXTRA_OECONF = "\ | 35 | EXTRA_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 | ||
83 | PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools" | 83 | PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools" |
84 | 84 | ||
85 | FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${systemd_unitdir}/ ${datadir}/dbus-1" | 85 | FILES_${PN} += " \ |
86 | ${libdir}/bluetooth/plugins/*.so \ | ||
87 | ${systemd_unitdir}/ ${datadir}/dbus-1 \ | ||
88 | ${libdir}/cups \ | ||
89 | " | ||
86 | FILES_${PN}-dev += "\ | 90 | FILES_${PN}-dev += "\ |
87 | ${libdir}/bluetooth/plugins/*.la \ | 91 | ${libdir}/bluetooth/plugins/*.la \ |
88 | " | 92 | " |