summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libomxil
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-01-20 23:01:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 12:52:53 +0000
commit44fae29a143946f38651c32acf625b10367ee5b3 (patch)
treebefcca5e30fdc5cf48985c8ed98e0b66ada7fe78 /meta/recipes-multimedia/libomxil
parent2dc22abe4a4f0e1ed390cd1e8acdcc176b0a3874 (diff)
downloadpoky-44fae29a143946f38651c32acf625b10367ee5b3.tar.gz
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 <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libomxil')
-rw-r--r--meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb2
1 files changed, 2 insertions, 0 deletions
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
24 24
25EXTRA_OECONF += "--disable-doc --disable-Werror" 25EXTRA_OECONF += "--disable-doc --disable-Werror"
26 26
27PROVIDES += "virtual/libomxil"
28
27# 29#
28# The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked. 30# The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked.
29# Make sure they get packaged in the main package. 31# Make sure they get packaged in the main package.