[yocto] [meta-raspberrypi][PATCH] replace base_contains by bb.utils.contains
Andrei Gherzan
andrei at gherzan.ro
Thu May 5 03:52:04 PDT 2016
On Sat, Apr 30, 2016 at 02:09:24PM +0200, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160505/0556cb82/attachment.pgp>
More information about the yocto
mailing list