diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 15:54:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 17:53:31 +0100 |
commit | e2f1a82782721634c942b5a73e6fc53e60928457 (patch) | |
tree | feb105bba25351a907213564305c96eb8bb24842 /meta/recipes-multimedia/libsndfile | |
parent | eb509c6c3df197b1baea1ac3b4d2509f8d9d71be (diff) | |
download | poky-e2f1a82782721634c942b5a73e6fc53e60928457.tar.gz |
libsndfile1: Disable external codec librbaries since we don't list in DEPENDS
(From OE-Core rev: 34a14ce3ea78be299175e1a803f92519aa02355b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libsndfile')
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb index a547d768b2..7b8bcaef98 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.24.bb | |||
@@ -4,7 +4,7 @@ AUTHOR = "Erik de Castro Lopo" | |||
4 | DEPENDS = "sqlite3" | 4 | DEPENDS = "sqlite3" |
5 | SECTION = "libs/multimedia" | 5 | SECTION = "libs/multimedia" |
6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" | 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" |
10 | 10 | ||
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" | |||
15 | 15 | ||
16 | S = "${WORKDIR}/libsndfile-${PV}" | 16 | S = "${WORKDIR}/libsndfile-${PV}" |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-external-libs" | ||
19 | |||
18 | inherit autotools lib_package pkgconfig | 20 | inherit autotools lib_package pkgconfig |
19 | 21 | ||
20 | do_configure_prepend_arm() { | 22 | do_configure_prepend_arm() { |