Mask pipewire recipe in meta-oe as we ship our own 67/24867/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 25 Jun 2020 15:27:17 +0000 (17:27 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 25 Jun 2020 20:57:20 +0000 (20:57 +0000)
This fixes the WARNING messages seen during the build.

Bug-AGL: SPEC-3450
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Iab28275030c8f4178fa812f8e2b08c01aceab501

templates/feature/agl-pipewire/50_bblayers.conf.inc

index 8a6baaa..8ff2646 100644 (file)
@@ -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