diff options
author | Ross Burton <ross.burton@intel.com> | 2017-01-16 16:16:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:45:44 +0000 |
commit | 14cb8fe36fcb2dc20830fb4ba63ed1302255b61b (patch) | |
tree | 8fd3181a55eeb4487d4632976d72523b744498a1 /meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | |
parent | 8aafed5f4757550f2ff688e1b8981e5e8e6e3428 (diff) | |
download | openembedded-core-14cb8fe36fcb2dc20830fb4ba63ed1302255b61b.tar.gz openembedded-core-14cb8fe36fcb2dc20830fb4ba63ed1302255b61b.tar.bz2 openembedded-core-14cb8fe36fcb2dc20830fb4ba63ed1302255b61b.zip |
gstreamer1.0: make libunwind detection deterministic
Otherwise libunwind support will be based on the contents of the sysroot, which
can cause problems.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc index 86c6f66a2f..72d7ce68d0 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc @@ -24,6 +24,7 @@ PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" PACKAGECONFIG[tests] = "--enable-tests,--disable-tests" PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind," PACKAGECONFIG[gst-tracer-hooks] = "--enable-gst-tracer-hooks,--disable-gst-tracer-hooks," +PACKAGECONFIG[unwind] = "--with-unwind,--without-unwind,libunwind" EXTRA_OECONF = " \ --disable-dependency-tracking \ |