[oe-commits] Richard Purdie : libsndfile1: Disable external codec librbaries since we don't list in DEPENDS

git version control git at git.openembedded.org
Sun Sep 25 16:54:13 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 34a14ce3ea78be299175e1a803f92519aa02355b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=34a14ce3ea78be299175e1a803f92519aa02355b

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Sep 25 15:54:02 2011 +0100

libsndfile1: Disable external codec librbaries since we don't list in DEPENDS

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 a547d76..7b8bcae 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"
 DEPENDS = "sqlite3"
 SECTION = "libs/multimedia"
 LICENSE = "LGPLv2.1"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz"
 
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a"
 
 S = "${WORKDIR}/libsndfile-${PV}"
 
+EXTRA_OECONF = "--disable-external-libs"
+
 inherit autotools lib_package pkgconfig
 
 do_configure_prepend_arm() {





More information about the Openembedded-commits mailing list