summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-19 10:33:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:25 +0000
commitf0e500e8a0421fae4375f17a0e42af9c299f6672 (patch)
treef9b37317696833c5c724c3deac5067894cf64f2e /meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb
parent90cbdfb7a13a9c3af3c470f2dba34f1e4f2ee9db (diff)
downloadpoky-f0e500e8a0421fae4375f17a0e42af9c299f6672.tar.gz
gstreamer1.0-libav: update git recipe to 1.7.1
Move the ARM_INSTRUCTION_SET over-rides for armv4/armv5 out of the 1.6.3 recipe and into the common include, so that they also apply to the git recipe. The autogen.sh script takes care of cd'ing to the correct directory before it does anything, so we don't need to cd on its behalf any more in do_configure_prepend(). http://cgit.freedesktop.org/gstreamer/gst-libav/tree/autogen.sh?id=1.7.1 (From OE-Core rev: ee0281c6c0ed92ba3eb69f55a1550b3c60d7981a) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb
index 34399814d3..ba7ac7f3a7 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb
@@ -24,7 +24,3 @@ LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \
24 --ranlib='${RANLIB}' \ 24 --ranlib='${RANLIB}' \
25 ${GSTREAMER_1_0_DEBUG} \ 25 ${GSTREAMER_1_0_DEBUG} \
26 --cross-prefix='${HOST_PREFIX}'" 26 --cross-prefix='${HOST_PREFIX}'"
27
28# http://errors.yoctoproject.org/Errors/Details/20493/
29ARM_INSTRUCTION_SET_armv4 = "arm"
30ARM_INSTRUCTION_SET_armv5 = "arm"