[oe-commits] Koen Kooi : sdrshell-qt4: fix DEPENDS and update SRCREV

git version control git at git.openembedded.org
Wed May 18 10:16:56 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 359add34ab96e6b4dae6c70d6ec1c49356b7e09a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=359add34ab96e6b4dae6c70d6ec1c49356b7e09a

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed May 18 12:10:46 2011 +0200

sdrshell-qt4: fix DEPENDS and update SRCREV

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/sdr/sdrshell-qt4_svn.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/sdr/sdrshell-qt4_svn.bb b/recipes/sdr/sdrshell-qt4_svn.bb
index ec81f96..036e583 100644
--- a/recipes/sdr/sdrshell-qt4_svn.bb
+++ b/recipes/sdr/sdrshell-qt4_svn.bb
@@ -1,11 +1,11 @@
 DESCRIPTION = "SDR-Shell is Qt GUI for the sdr-core (DttSP) Software Defined Radio"
 LICENSE = "GPLv2"
 
-DEPENDS = "dttsp"
+DEPENDS = "hamlib dttsp libusb1 ncurses"
 
 inherit qt4x11
 
-SRCREV = "129"
+SRCREV = "154"
 PV = "${SRCREV}"
 
 SRC_URI = "svn://sdr-shell.googlecode.com/svn/branches;module=sdr-shell-v4;proto=http \
@@ -27,4 +27,3 @@ do_install() {
 	install -m 0755 ${S}/sdr-shell ${D}${bindir}
 }
 
-





More information about the Openembedded-commits mailing list