From 44fae29a143946f38651c32acf625b10367ee5b3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 20 Jan 2020 23:01:59 +0100 Subject: gstreamer1.0-omx: allow to more easily select different libomxil provider * for rpi it's provided by userland recipe and this will make the bbappend in meta-raspberrypi a bit smaller (From OE-Core rev: c7f9f71bafff4e89d7c40b460e6668cb6be9405e) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-multimedia/libomxil') diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb index d83eb45701..271c2a30a3 100644 --- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb +++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb @@ -24,6 +24,8 @@ inherit autotools EXTRA_OECONF += "--disable-doc --disable-Werror" +PROVIDES += "virtual/libomxil" + # # The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked. # Make sure they get packaged in the main package. -- cgit v1.2.3-54-g00ecf