]> code.ossystems Code Review - openembedded-core.git/commit
gstreamer1.0-plugins-bad: fix msdk pkgconfig build failure
authorNaveen Saini <naveen.kumar.saini@intel.com>
Wed, 13 Jan 2021 03:07:22 +0000 (11:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Jan 2021 23:13:40 +0000 (23:13 +0000)
commit204aa9cfa6ac99846ac494778dd143a13746ac7e
tree83d9d235439cf1679fe3ad1e7acd8ec0ac38ca75
parent1c2be08fc66c09ed7547eda172da4c99e8563091
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

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-msdk-fix-includedir-path.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb