[oe-commits] Christopher Larson : libsndfile1: use PACKAGECONFIG for alsa distro feature

git at git.openembedded.org git at git.openembedded.org
Thu May 3 15:32:52 UTC 2012


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

Author: Christopher Larson <kergoth at gmail.com>
Date:   Mon Apr 16 11:05:01 2012 -0500

libsndfile1: use PACKAGECONFIG for alsa distro feature

Signed-off-by: Christopher Larson <kergoth at gmail.com>

---

 .../libsndfile/libsndfile1_1.0.25.bb               |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb
index bbe2f1d..0c91fe3 100644
--- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb
+++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.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,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a"
 
 S = "${WORKDIR}/libsndfile-${PV}"
 
+PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}"
+PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
+
 EXTRA_OECONF = "--disable-external-libs"
 
 inherit autotools lib_package pkgconfig





More information about the Openembedded-commits mailing list