On Sat, Apr 30, 2016 at 02:09:24PM +0200, Andreas Müller wrote: > Signed-off-by: Andreas Müller <[email protected]> > --- > recipes-connectivity/bluez5/bluez5_%.bbappend | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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() { > install -d ${D}/lib/firmware/brcm/ > install -m 0644 ${WORKDIR}/BCM43430A1.hcd > ${D}/lib/firmware/brcm/BCM43430A1.hcd > > - if ${@base_contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; > then > + if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', > d)}; then > install -d ${D}${systemd_unitdir}/system > install -m 0644 ${WORKDIR}/brcm43438.service > ${D}${systemd_unitdir}/system > fi
Merged to master. Thanks. -- Andrei Gherzan
signature.asc
Description: PGP signature
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
