summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 01c64e8c6f..b3cd8ed5ca 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -18,6 +18,7 @@ PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental,"
18 18
19SRC_URI = "\ 19SRC_URI = "\
20 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 20 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
21 file://out-of-tree.patch \
21 file://init \ 22 file://init \
22 file://run-ptest \ 23 file://run-ptest \
23 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \ 24 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \
@@ -25,7 +26,7 @@ SRC_URI = "\
25" 26"
26S = "${WORKDIR}/bluez-${PV}" 27S = "${WORKDIR}/bluez-${PV}"
27 28
28inherit autotools-brokensep pkgconfig systemd update-rc.d distro_features_check ptest 29inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest
29 30
30EXTRA_OECONF = "\ 31EXTRA_OECONF = "\
31 --enable-tools \ 32 --enable-tools \
@@ -112,5 +113,5 @@ do_compile_ptest() {
112 113
113do_install_ptest() { 114do_install_ptest() {
114 cp -r ${B}/unit/ ${D}${PTEST_PATH} 115 cp -r ${B}/unit/ ${D}${PTEST_PATH}
115 rm ${D}${PTEST_PATH}/unit/*.c ${D}${PTEST_PATH}/unit/*.o 116 rm -f ${D}${PTEST_PATH}/unit/*.o
116} 117}