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:47:21 +0000 |
commit | a04bb6803b59d5e802520208a9532be7a13352c3 (patch) | |
tree | 85e9766ed5d70604a49fb0afa966534fa67db21e /meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb | |
parent | bc14d82c0e5fb20b4967023152a9af1683fb2f2e (diff) | |
download | poky-a04bb6803b59d5e802520208a9532be7a13352c3.tar.gz |
gstreamer1.0: make libunwind detection deterministic
Otherwise libunwind support will be based on the contents of the sysroot, which
can cause problems.
(From OE-Core rev: 14cb8fe36fcb2dc20830fb4ba63ed1302255b61b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb index cc5c57f70b..4a01e8c731 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.10.2.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ | |||
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ | 7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ |
8 | file://deterministic-unwind.patch \ | ||
8 | " | 9 | " |
9 | SRC_URI[md5sum] = "0d289e5bcec6353e6540ddb75b7d371b" | 10 | SRC_URI[md5sum] = "0d289e5bcec6353e6540ddb75b7d371b" |
10 | SRC_URI[sha256sum] = "150e8e81febac94c161d8141cde78a38038a8f56e8ec549f353da54994278d65" | 11 | SRC_URI[sha256sum] = "150e8e81febac94c161d8141cde78a38038a8f56e8ec549f353da54994278d65" |