mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
2dc22abe4a
commit
44fae29a14
|
@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "cbf54121a2cba575d460833e8132265781252ce32cf5b8f9fa8753e42a
|
|||
|
||||
S = "${WORKDIR}/gst-omx-${PV}"
|
||||
|
||||
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
|
||||
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad virtual/libomxil"
|
||||
|
||||
inherit meson pkgconfig upstream-version-is-even
|
||||
|
||||
|
@ -43,4 +43,5 @@ do_install[postfuncs] += " set_omx_core_name "
|
|||
FILES_${PN} += "${libdir}/gstreamer-1.0/*.so"
|
||||
FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
|
||||
|
||||
RDEPENDS_${PN} = "libomxil"
|
||||
VIRTUAL-RUNTIME_libomxil ?= "libomxil"
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_libomxil}"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user