mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
gstreamer1.0-plugins: Ensure the native OE orcc is used
Without this, gstreamer configure scripts may choose the host orcc instead (From OE-Core rev: c5b772e2be10cca196a7a63f0176ce3e38311d02) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e4522a88e8
commit
d51f3148ff
@@ -15,7 +15,9 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
|
||||
LIBV = "1.0"
|
||||
require gst-plugins-package.inc
|
||||
|
||||
PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
|
||||
PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native"
|
||||
|
||||
export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc"
|
||||
|
||||
PACKAGES_DYNAMIC = "^${PN}-.*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user