diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2020-01-20 23:01:59 +0100 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-21 12:52:53 +0000 | 
| commit | 44fae29a143946f38651c32acf625b10367ee5b3 (patch) | |
| tree | befcca5e30fdc5cf48985c8ed98e0b66ada7fe78 | |
| parent | 2dc22abe4a4f0e1ed390cd1e8acdcc176b0a3874 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.1.bb | 5 | ||||
| -rw-r--r-- | meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 2 | 
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 | ||
| 15 | S = "${WORKDIR}/gst-omx-${PV}" | 15 | S = "${WORKDIR}/gst-omx-${PV}" | 
| 16 | 16 | ||
| 17 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 17 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad virtual/libomxil" | 
| 18 | 18 | ||
| 19 | inherit meson pkgconfig upstream-version-is-even | 19 | inherit meson pkgconfig upstream-version-is-even | 
| 20 | 20 | ||
| @@ -43,4 +43,5 @@ do_install[postfuncs] += " set_omx_core_name " | |||
| 43 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" | 43 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" | 
| 44 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | 44 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | 
| 45 | 45 | ||
| 46 | RDEPENDS_${PN} = "libomxil" | 46 | VIRTUAL-RUNTIME_libomxil ?= "libomxil" | 
| 47 | RDEPENDS_${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 | ||
| 25 | EXTRA_OECONF += "--disable-doc --disable-Werror" | 25 | EXTRA_OECONF += "--disable-doc --disable-Werror" | 
| 26 | 26 | ||
| 27 | PROVIDES += "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. | 
