aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/schroedinger/files/configure.ac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/schroedinger/files/configure.ac.patch')
-rw-r--r--recipes-multimedia/schroedinger/files/configure.ac.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-multimedia/schroedinger/files/configure.ac.patch b/recipes-multimedia/schroedinger/files/configure.ac.patch
deleted file mode 100644
index 138b93d..0000000
--- a/recipes-multimedia/schroedinger/files/configure.ac.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Use yocto specific pkgconfig tool
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Derived from meta-demo layer
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: schroedinger-1.0.9/configure.ac
-===================================================================
---- schroedinger-1.0.9.orig/configure.ac
-+++ schroedinger-1.0.9/configure.ac
-@@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
- AC_ERROR([orc-0.4 >= $ORC_VER is required])
- fi
- SCHRO_PKG_DEPS="$SCHRO_PKG_DEPS orc-0.4 >= $ORC_VER"
--ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
-+ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
- AC_SUBST(ORCC)
-
- AC_ARG_WITH([thread],