diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-15 17:18:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:31:16 +0100 |
commit | d779dce64c15d02055f310776df1465deadc60bf (patch) | |
tree | 21d7ede71fe1c1e5ce6d19a82260ca358a247d72 | |
parent | 36360f26d7a56b7381fb91db975e6d3e67e70ff4 (diff) | |
download | poky-d779dce64c15d02055f310776df1465deadc60bf.tar.gz |
libid3tag: use "foreign" automake strictness
libid3tag doesn't want GNU-levels of automake strictness so tell it to be
"foreign".
(From OE-Core rev: e1e2069f93885d09c920b1a2453fd822578d83e1)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch b/meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch index 8a04b54efd..2845fb1d3a 100644 --- a/meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch +++ b/meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch | |||
@@ -6,7 +6,8 @@ diff -Nurd libid3tag-0.15.1b/configure.ac libid3tag-0.15.1b/configure.ac | |||
6 | +++ libid3tag-0.15.1b/configure.ac 2013-01-03 06:41:02.734835014 +0200 | 6 | +++ libid3tag-0.15.1b/configure.ac 2013-01-03 06:41:02.734835014 +0200 |
7 | @@ -28,7 +28,7 @@ | 7 | @@ -28,7 +28,7 @@ |
8 | 8 | ||
9 | AM_INIT_AUTOMAKE | 9 | -AM_INIT_AUTOMAKE |
10 | +AM_INIT_AUTOMAKE([foreign]) | ||
10 | 11 | ||
11 | -AM_CONFIG_HEADER([config.h]) | 12 | -AM_CONFIG_HEADER([config.h]) |
12 | +AC_CONFIG_HEADERS([config.h]) | 13 | +AC_CONFIG_HEADERS([config.h]) |