]> code.ossystems Code Review - openembedded-core.git/commit
gstreamer1.0-plugins-bad: resolve opencv pkg-config in meson build
authorAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 27 Jan 2020 10:44:44 +0000 (10:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2020 16:56:26 +0000 (16:56 +0000)
commit575fca95307dafb3f7d80f9bf0e63605a9328b59
treeb4fea4345987d8b8bae4dd4d9041beca83370b91
parent93c7fa3b369c8eb61b65cdd82111c8016d707fb6
gstreamer1.0-plugins-bad: resolve opencv pkg-config in meson build

When opencv is picked in PACKAGECONFIG, plugin fails to locate data
dirs. This is due to meson.build file uses 'test' utility to verify that
the data dirs path is present and not taking sysroot into prefix.

Introduce additional patch, which picks up PKG_CONFIG_SYSROOT_DIR as
prefix for 'test' utility to verify the data dir is actually present.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb