summaryrefslogtreecommitdiffstats
path: root/meta
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
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')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.1.bb5
-rw-r--r--meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb2
2 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.1.bb
index 89e13937ea..dfe4b691d1 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.1.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "cbf54121a2cba575d460833e8132265781252ce32cf5b8f9fa8753e42a
14 14
15S = "${WORKDIR}/gst-omx-${PV}" 15S = "${WORKDIR}/gst-omx-${PV}"
16 16
17DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" 17DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad virtual/libomxil"
18 18
19inherit meson pkgconfig upstream-version-is-even 19inherit meson pkgconfig upstream-version-is-even
20 20
@@ -43,4 +43,5 @@ do_install[postfuncs] += " set_omx_core_name "
43FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" 43FILES_${PN} += "${libdir}/gstreamer-1.0/*.so"
44FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" 44FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
45 45
46RDEPENDS_${PN} = "libomxil" 46VIRTUAL-RUNTIME_libomxil ?= "libomxil"
47RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_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
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.