X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=meta-openvuplus%2Frecipes-enigma2%2Fgstreamer%2Fgst-plugins-bad-0.10.23%2Forc.m4-fix-location-of-orcc-when-cross-compiling.patch;fp=meta-openvuplus%2Frecipes-enigma2%2Fgstreamer%2Fgst-plugins-bad-0.10.23%2Forc.m4-fix-location-of-orcc-when-cross-compiling.patch;h=0000000000000000000000000000000000000000;hb=0e6c5d97c12ae5eb100dc835a2ec6df30c9ebb95;hp=d1942cf54b83816079b4f6b44dd31322fa06615c;hpb=e56f897c120c6a2c70e6b3129dde975f92d105cc;p=vuplus_openvuplus_3.0 diff --git a/meta-openvuplus/recipes-enigma2/gstreamer/gst-plugins-bad-0.10.23/orc.m4-fix-location-of-orcc-when-cross-compiling.patch b/meta-openvuplus/recipes-enigma2/gstreamer/gst-plugins-bad-0.10.23/orc.m4-fix-location-of-orcc-when-cross-compiling.patch deleted file mode 100644 index d1942cf..0000000 --- a/meta-openvuplus/recipes-enigma2/gstreamer/gst-plugins-bad-0.10.23/orc.m4-fix-location-of-orcc-when-cross-compiling.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 114ec19a882192dfcb5f71bb12c811d0a3b7f324 Mon Sep 17 00:00:00 2001 -From: Andreas Oberritter -Date: Tue, 8 May 2012 17:27:55 +0200 -Subject: [PATCH] orc.m4: fix location of orcc when cross-compiling - -* Prepend PKG_CONFIG_SYSROOT to orcc, so configure doesn't - accidentially use an incompatible version of orcc installed - on the build system. - -Signed-off-by: Andreas Oberritter ---- - m4/orc.m4 | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/common/m4/orc.m4 b/common/m4/orc.m4 -index 26b2459..81b111e 100644 ---- a/common/m4/orc.m4 -+++ b/common/m4/orc.m4 -@@ -3,6 +3,8 @@ dnl pkg-config-based checks for Orc - dnl specific: - dnl ORC_CHECK([REQUIRED_VERSION]) - -+m4_pattern_allow(PKG_CONFIG_SYSROOT_DIR) -+ - AC_DEFUN([ORC_CHECK], - [ - ORC_REQ=ifelse([$1], , "0.4.6", [$1]) -@@ -24,7 +26,7 @@ AC_DEFUN([ORC_CHECK], - HAVE_ORC=yes - if test "x$ORCC" = "x" ; then - AC_MSG_CHECKING(for usable orcc) -- ORCC=`$PKG_CONFIG --variable=orcc orc-0.4` -+ ORCC=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=orcc orc-0.4` - dnl check whether the orcc found by pkg-config can be run from the build environment - dnl if this is not the case (e.g. when cross-compiling) fall back to orcc from PATH - AS_IF([$ORCC --version 1> /dev/null 2> /dev/null], [], [ORCC=`which orcc`]) --- -1.7.9.5 -