summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-01-13 11:07:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-13 23:13:46 +0000
commitc750a47a5e98e768e68b1f15f524b12173fba685 (patch)
treec55b631cbf2f0873e37807386e6850a4e90938ad /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb
parent43e8dd7934c635e0aa576d51a2da14e0e9921d60 (diff)
downloadpoky-c750a47a5e98e768e68b1f15f524b12173fba685.tar.gz
gstreamer1.0-plugins-bad: fix msdk pkgconfig build failure
Error log: | Run-time dependency libmfx found: YES 1.34 | Has header "mfx/mfxdefs.h" : YES | | ../gst-plugins-bad-1.18.2/sys/msdk/meson.build:75:2: ERROR: Include dir /usr/include/mfx does not exist. | | A full log can be found at /home/s When msdk is enable in PACKAGECONFIG, plugin fails to locate includedir, so adding a patch which prepend PKG_CONFIG_SYSROOT_DIR to the dir path (From OE-Core rev: 204aa9cfa6ac99846ac494778dd143a13746ac7e) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb
index d37a223254..6d0c988b7a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb
@@ -5,6 +5,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
5 file://0002-avoid-including-sys-poll.h-directly.patch \ 5 file://0002-avoid-including-sys-poll.h-directly.patch \
6 file://0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch \ 6 file://0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch \
7 file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \ 7 file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
8 file://0005-msdk-fix-includedir-path.patch \
8 " 9 "
9SRC_URI[sha256sum] = "8ad5822f1118fe46a19af54422b74e3a16d79a6800dcb173b49e199a496b341a" 10SRC_URI[sha256sum] = "8ad5822f1118fe46a19af54422b74e3a16d79a6800dcb173b49e199a496b341a"
10 11