summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5
diff options
context:
space:
mode:
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"