[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:56:24 UTC 2011


Module: openembedded-core.git
Branch: 2011-1
Commit: d8e109ffc0df9e171bf0b2c7af9d76c3a4a9e649
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d8e109ffc0df9e171bf0b2c7af9d76c3a4a9e649

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