summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-06-25 17:27:17 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-06-25 20:57:20 +0000
commit0b4c3ee67c938f1d0fffb99af506ae936bb88ecd (patch)
treeed9d5440fdf415595c719b4c1c97ba65e2bf2786
parent3d6b46ce089bb6ee542278d6eec831fa4911bf3d (diff)
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 <jsmoeller@linuxfoundation.org> Change-Id: Iab28275030c8f4178fa812f8e2b08c01aceab501
-rw-r--r--templates/feature/agl-pipewire/50_bblayers.conf.inc3
1 files changed, 3 insertions, 0 deletions
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