From: Jan-Simon Möller Date: Thu, 25 Jun 2020 15:27:17 +0000 (+0200) Subject: Mask pipewire recipe in meta-oe as we ship our own X-Git-Tag: 9.99.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=0b4c3ee67c938f1d0fffb99af506ae936bb88ecd;p=AGL%2Fmeta-agl-devel.git Mask pipewire recipe in meta-oe as we ship our own This fixes the WARNING messages seen during the build. Bug-AGL: SPEC-3450 Signed-off-by: Jan-Simon Möller Change-Id: Iab28275030c8f4178fa812f8e2b08c01aceab501 --- diff --git a/templates/feature/agl-pipewire/50_bblayers.conf.inc b/templates/feature/agl-pipewire/50_bblayers.conf.inc index 8a6baaa2..8ff26464 100644 --- a/templates/feature/agl-pipewire/50_bblayers.conf.inc +++ b/templates/feature/agl-pipewire/50_bblayers.conf.inc @@ -3,3 +3,6 @@ BBLAYERS =+ " \ ${METADIR}/meta-agl-devel/meta-pipewire \ " + +# we ship our own pipewire +BBMASK += "meta-openembedded/meta-oe/recipes-multimedia/pipewire/" \ No newline at end of file