summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.6.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-11-12 19:47:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 08:08:08 +0000
commitee923bf11fad93d7327bb401668f6413efdb3f3c (patch)
tree3d349cc5412f9b03b920dbd4620c0b65c09c1352 /meta/recipes-multimedia/gstreamer/gstreamer1.0_1.6.1.bb
parent0ae52c8b2c1d7d7cdbcfeeae6ff42e64f16bc41d (diff)
downloadpoky-ee923bf11fad93d7327bb401668f6413efdb3f3c.tar.gz
gstreamer1.0: fix install race
The install hook needs to be a data hook not an exec hook (because automake), the explicit dependency upstream added to fix the ordering results in install-helpersPROGRAMS executing twice and potentially racing. (From OE-Core rev: 0fde7c96bd81f16a70ad7193a91c3c2021c4aca4) 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.6.1.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.6.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.6.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.6.1.bb
index 2359249600..9618eaf2a8 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.6.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.6.1.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
6SRC_URI = " \ 6SRC_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://0001-Fix-crash-with-gst-inspect.patch \ 8 file://0001-Fix-crash-with-gst-inspect.patch \
9 file://fix-install-hook.patch \
9" 10"
10SRC_URI[md5sum] = "e72e2dc2ee06bfc045bb6010c89de520" 11SRC_URI[md5sum] = "e72e2dc2ee06bfc045bb6010c89de520"
11SRC_URI[sha256sum] = "973a3f213c8d41d6dd0e4e7e38fd6cccacd5ae1ac09e1179a8d5d869ef0a5c9c" 12SRC_URI[sha256sum] = "973a3f213c8d41d6dd0e4e7e38fd6cccacd5ae1ac09e1179a8d5d869ef0a5c9c"