[oe-commits] Koen Kooi : jack: make twl patch specific to omap3 machines

git version control git at git.openembedded.org
Sun Aug 1 15:02:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 452ffed486e1d95c1ff3f1399e1ac8557f9d0645
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=452ffed486e1d95c1ff3f1399e1ac8557f9d0645

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Aug  1 15:55:14 2010 +0200

jack: make twl patch specific to omap3 machines

---

 recipes/jack/jack_0.118.0.bb |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/recipes/jack/jack_0.118.0.bb b/recipes/jack/jack_0.118.0.bb
index 6752c8b..0b2f1d2 100644
--- a/recipes/jack/jack_0.118.0.bb
+++ b/recipes/jack/jack_0.118.0.bb
@@ -8,13 +8,16 @@ LICENSE = "GPLv2 LGPLv2.1"
 
 DEPENDS = "alsa-lib"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://jackaudio.org/downloads/jack-audio-connection-kit-${PV}.tar.gz \
-           file://jack_fix_TWL4030_alsa_capture.patch"
+          "
 SRC_URI[md5sum] = "d58e29a55f285d54e75134cec8e02a10"
 SRC_URI[sha256sum] = "6aadf38ca98104772fd675bba7adecf72d2a600e17cccfc5d1f7c50f19b722c2"
 
+# This is not omap3 specific, but there is a strong correlation between using twl4030 and using omap3
+SRC_URI_append_omap3 = " file://jack_fix_TWL4030_alsa_capture.patch"
+
 S = "${WORKDIR}/jack-audio-connection-kit-${PV}"
 
 inherit autotools
@@ -27,6 +30,9 @@ LDFLAGS_append = " -ldl -L${STAGING_LIBDIR}"
 
 PACKAGES =+ "libjack jack-server jack-examples"
 
+# Arch specific patch
+PACKAGE_ARCH_omap3 = "${MACHINE_ARCH}"
+
 FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so"
 FILES_jack-server = "${bindir}/jackd"
 FILES_jack-examples = "${bindir}/*"





More information about the Openembedded-commits mailing list