summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/schroedinger/files/configure.ac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-multimedia/schroedinger/files/configure.ac.patch')
-rw-r--r--meta-multimedia/recipes-multimedia/schroedinger/files/configure.ac.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/schroedinger/files/configure.ac.patch b/meta-multimedia/recipes-multimedia/schroedinger/files/configure.ac.patch
new file mode 100644
index 000000000..2ed8d22c6
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/schroedinger/files/configure.ac.patch
@@ -0,0 +1,20 @@
1Use the version of orcc in the sysroot not the one from the host
2
3Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
4Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
5
6Upstream-Status: Inappropriate [configuration]
7
8Index: schroedinger-1.0.9/configure.ac
9===================================================================
10--- schroedinger-1.0.9.orig/configure.ac
11+++ schroedinger-1.0.9/configure.ac
12@@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
13 AC_ERROR([orc-0.4 >= $ORC_VER is required])
14 fi
15 SCHRO_PKG_DEPS="$SCHRO_PKG_DEPS orc-0.4 >= $ORC_VER"
16-ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
17+ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
18 AC_SUBST(ORCC)
19
20 AC_ARG_WITH([thread],