diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb')
-rw-r--r-- | meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb index 8d9246a5c..2538cc4f1 100644 --- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb +++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \ | |||
17 | file://obsolete_automake_macros.patch \ | 17 | file://obsolete_automake_macros.patch \ |
18 | file://automake-foreign.patch \ | 18 | file://automake-foreign.patch \ |
19 | " | 19 | " |
20 | SRC_URI_append_toolchain-clang = " file://0004-Remove-clang-unsupported-compiler-flags.patch " | 20 | SRC_URI:append:toolchain-clang = " file://0004-Remove-clang-unsupported-compiler-flags.patch " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c" | 22 | SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c" |
23 | SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" | 23 | SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" |
@@ -27,9 +27,9 @@ S = "${WORKDIR}/libmad-${PV}" | |||
27 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
28 | 28 | ||
29 | EXTRA_OECONF = "-enable-speed --enable-shared" | 29 | EXTRA_OECONF = "-enable-speed --enable-shared" |
30 | EXTRA_OECONF_append_arm = " --enable-fpm=arm" | 30 | EXTRA_OECONF:append:arm = " --enable-fpm=arm" |
31 | 31 | ||
32 | do_configure_prepend () { | 32 | do_configure:prepend () { |
33 | # damn picky automake... | 33 | # damn picky automake... |
34 | touch NEWS AUTHORS ChangeLog | 34 | touch NEWS AUTHORS ChangeLog |
35 | } | 35 | } |