diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-04-30 14:09:24 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-05-05 12:51:29 +0200 |
commit | 060927314d1f21bda6285bdd9dedaaa5ffa6439d (patch) | |
tree | bb7e59c966239523b750bada51d34190657eaf81 | |
parent | cd338c26e25640cd4d67d17646684e3d3314dc74 (diff) | |
download | meta-raspberrypi-060927314d1f21bda6285bdd9dedaaa5ffa6439d.tar.gz |
replace base_contains by bb.utils.contains
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | recipes-connectivity/bluez5/bluez5_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend index eec52e0..89798a4 100644 --- a/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/recipes-connectivity/bluez5/bluez5_%.bbappend | |||
@@ -13,7 +13,7 @@ do_install_append_raspberrypi3() { | |||
13 | install -d ${D}/lib/firmware/brcm/ | 13 | install -d ${D}/lib/firmware/brcm/ |
14 | install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}/lib/firmware/brcm/BCM43430A1.hcd | 14 | install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}/lib/firmware/brcm/BCM43430A1.hcd |
15 | 15 | ||
16 | if ${@base_contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 16 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
17 | install -d ${D}${systemd_unitdir}/system | 17 | install -d ${D}${systemd_unitdir}/system |
18 | install -m 0644 ${WORKDIR}/brcm43438.service ${D}${systemd_unitdir}/system | 18 | install -m 0644 ${WORKDIR}/brcm43438.service ${D}${systemd_unitdir}/system |
19 | fi | 19 | fi |