[oe-commits] Martin Jansa : jack: add dependency on libsaplerate0 and readline

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:43 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jul 13 18:51:35 2013 +0200

jack: add dependency on libsaplerate0 and readline

* they are autodetected from sysroot and configure doesn't have option
  to explicitly disable them, so PACKAGECONFIG won't work without improving
  configure

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

---

 meta-oe/recipes-multimedia/jack/jack_0.121.0.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb b/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
index e3d5e7e..b255cef 100644
--- a/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
@@ -10,8 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \
                     file://COPYING.LGPL;md5=e77fe93202736b47c07035910f47974a \
 "
 
-
-DEPENDS = "alsa-lib"
+DEPENDS = "alsa-lib libsamplerate0 readline"
 
 SVNPV = "${@'${PV}'.replace('.', '_')}"
 SRCREV = "4484"



More information about the Openembedded-commits mailing list