[oe-commits] Martin Jansa : sox: add PACKAGECONFIG for magic and wavpack

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:27 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: cf01402d52f8510d3a90c9f25cdf635f9dfe3739
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cf01402d52f8510d3a90c9f25cdf635f9dfe3739

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 15:56:42 2013 +0200

sox: add PACKAGECONFIG for magic and wavpack

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-multimedia/sox/sox_14.4.0.bb           |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
index 715860b..25b3d5f 100644
--- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
+++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb
@@ -10,9 +10,12 @@ PR = "r1"
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
                    ${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
+                   magic \
 "
 PACKAGECONFIG[pulseaudio] = "--with-pulseaudio=dyn,--with-pulseaudio=no,pulseaudio,"
 PACKAGECONFIG[alsa] = "--with-alsa=dyn,--with-alsa=no,alsa-lib,"
+PACKAGECONFIG[wavpack] = "--with-wavpack=dyn,--with-wavpack=no,wavpack,"
+PACKAGECONFIG[magic] = "--with-magic,--without-magic,file,"
 
 LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \



More information about the Openembedded-commits mailing list