diff options
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 | " |