diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-08 09:16:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-10 23:43:13 +0000 |
commit | b03b351304ccb893e84941aaed8cf4d687705aec (patch) | |
tree | fdb98029b4af728c240509523646222c4253b25d /meta | |
parent | e5cc7ad6a25d3898bef53f06b57fc117440f4f91 (diff) | |
download | poky-b03b351304ccb893e84941aaed8cf4d687705aec.tar.gz |
flac: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
(From OE-Core rev: 753be4705f6790bb3fcd19dc58e0f650fecb3e7e)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch | 14 | ||||
-rw-r--r-- | meta/recipes-multimedia/flac/flac_1.2.1.bb | 6 |
2 files changed, 18 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch b/meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch new file mode 100644 index 0000000000..aa060a465f --- /dev/null +++ b/meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | Upstream-Status: Backport [https://sourceforge.net/p/flac/support-requests/146/] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd flac-1.2.1/configure.in flac-1.2.1/configure.in | ||
5 | --- flac-1.2.1/configure.in 2007-09-13 18:48:42.000000000 +0300 | ||
6 | +++ flac-1.2.1/configure.in 2013-01-03 08:20:07.454704587 +0200 | ||
7 | @@ -44,7 +44,7 @@ | ||
8 | AC_CHECK_SIZEOF(void*,0) | ||
9 | |||
10 | #@@@ new name is AC_CONFIG_HEADERS | ||
11 | -AM_CONFIG_HEADER(config.h) | ||
12 | +AC_CONFIG_HEADERS(config.h) | ||
13 | |||
14 | AC_C_BIGENDIAN | ||
diff --git a/meta/recipes-multimedia/flac/flac_1.2.1.bb b/meta/recipes-multimedia/flac/flac_1.2.1.bb index 903de6dc9a..7fd7a0315f 100644 --- a/meta/recipes-multimedia/flac/flac_1.2.1.bb +++ b/meta/recipes-multimedia/flac/flac_1.2.1.bb | |||
@@ -14,14 +14,16 @@ LIC_FILES_CHKSUM = "file://COPYING.FDL;md5=ad1419ecc56e060eccf8184a87c4285f \ | |||
14 | file://include/FLAC/all.h;beginline=64;endline=69;md5=64474f2b22e9e77b28d8b8b25c983a48" | 14 | file://include/FLAC/all.h;beginline=64;endline=69;md5=64474f2b22e9e77b28d8b8b25c983a48" |
15 | DEPENDS = "libogg" | 15 | DEPENDS = "libogg" |
16 | 16 | ||
17 | PR = "r3" | 17 | PR = "r4" |
18 | 18 | ||
19 | SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \ | 19 | SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \ |
20 | file://disable-xmms-plugin.patch \ | 20 | file://disable-xmms-plugin.patch \ |
21 | file://flac-gcc43-fixes.patch \ | 21 | file://flac-gcc43-fixes.patch \ |
22 | file://xmms.m4 \ | 22 | file://xmms.m4 \ |
23 | file://0001-No-AltiVec-on-SPE.patch \ | 23 | file://0001-No-AltiVec-on-SPE.patch \ |
24 | file://asm-pic.patch" | 24 | file://asm-pic.patch \ |
25 | file://obsolete_automake_macros.patch \ | ||
26 | " | ||
25 | 27 | ||
26 | SRC_URI[md5sum] = "153c8b15a54da428d1f0fadc756c22c7" | 28 | SRC_URI[md5sum] = "153c8b15a54da428d1f0fadc756c22c7" |
27 | SRC_URI[sha256sum] = "9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf" | 29 | SRC_URI[sha256sum] = "9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf" |