mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
schroedinger: refresh patch
Applying patch configure.ac.patch patching file configure.ac Hunk #1 succeeded at 54 with fuzz 2. Now at patch configure.ac.patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -5,10 +5,10 @@ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
|
|||||||
|
|
||||||
Upstream-Status: Inappropriate [configuration]
|
Upstream-Status: Inappropriate [configuration]
|
||||||
|
|
||||||
Index: schroedinger-1.0.9/configure.ac
|
Index: schroedinger-1.0.11/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- schroedinger-1.0.9.orig/configure.ac
|
--- schroedinger-1.0.11.orig/configure.ac
|
||||||
+++ schroedinger-1.0.9/configure.ac
|
+++ schroedinger-1.0.11/configure.ac
|
||||||
@@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
|
@@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
|
||||||
AC_ERROR([orc-0.4 >= $ORC_VER is required])
|
AC_ERROR([orc-0.4 >= $ORC_VER is required])
|
||||||
fi
|
fi
|
||||||
@@ -16,5 +16,5 @@ Index: schroedinger-1.0.9/configure.ac
|
|||||||
-ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
|
-ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
|
||||||
+ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
|
+ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
|
||||||
AC_SUBST(ORCC)
|
AC_SUBST(ORCC)
|
||||||
|
AM_CONDITIONAL(HAVE_ORCC, test "x$cross_compiling" != xyes)
|
||||||
|
|
||||||
AC_ARG_WITH([thread],
|
|
||||||
|
|||||||
Reference in New Issue
Block a user