diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-04-24 16:58:22 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-01 18:12:49 -0700 |
commit | 9ea20e3fd15cda3ee64c63fc8263fff26190ffba (patch) | |
tree | 5f39a0727a3c630780a0c4fcf6e5cdfd32bdb1f3 /meta-multimedia | |
parent | 7cecabfc031937b6bdf1d6bf6f5eb727f3d9f416 (diff) | |
download | meta-openembedded-9ea20e3fd15cda3ee64c63fc8263fff26190ffba.tar.gz |
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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch b/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch index 2ed8d22c6..838400f07 100644 --- a/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch +++ b/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch | |||
@@ -5,10 +5,10 @@ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | |||
5 | 5 | ||
6 | Upstream-Status: Inappropriate [configuration] | 6 | Upstream-Status: Inappropriate [configuration] |
7 | 7 | ||
8 | Index: schroedinger-1.0.9/configure.ac | 8 | Index: schroedinger-1.0.11/configure.ac |
9 | =================================================================== | 9 | =================================================================== |
10 | --- schroedinger-1.0.9.orig/configure.ac | 10 | --- schroedinger-1.0.11.orig/configure.ac |
11 | +++ schroedinger-1.0.9/configure.ac | 11 | +++ schroedinger-1.0.11/configure.ac |
12 | @@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then | 12 | @@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then |
13 | AC_ERROR([orc-0.4 >= $ORC_VER is required]) | 13 | AC_ERROR([orc-0.4 >= $ORC_VER is required]) |
14 | fi | 14 | fi |
@@ -16,5 +16,5 @@ Index: schroedinger-1.0.9/configure.ac | |||
16 | -ORCC=`$PKG_CONFIG --variable=orcc orc-0.4` | 16 | -ORCC=`$PKG_CONFIG --variable=orcc orc-0.4` |
17 | +ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4` | 17 | +ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4` |
18 | AC_SUBST(ORCC) | 18 | AC_SUBST(ORCC) |
19 | AM_CONDITIONAL(HAVE_ORCC, test "x$cross_compiling" != xyes) | ||
19 | 20 | ||
20 | AC_ARG_WITH([thread], | ||