aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdr
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-03-03 15:55:17 +0100
committerKoen Kooi <koen@openembedded.org>2011-03-03 15:55:59 +0100
commitc8bbbb90cc211b89708ee7ac0f1f5c550cc1238a (patch)
tree5ace6709d30d997cebed151604eee1d622bb7129 /recipes/sdr
parent414823a3c0a88a3c6ff0f3b0187626b1905bfca4 (diff)
downloadopenembedded-c8bbbb90cc211b89708ee7ac0f1f5c550cc1238a.tar.gz
soft66: add git version
"Library and tools for Soft66ADD and related SDR radio receivers"
Diffstat (limited to 'recipes/sdr')
-rw-r--r--recipes/sdr/soft66_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/sdr/soft66_git.bb b/recipes/sdr/soft66_git.bb
new file mode 100644
index 0000000000..8955d1e7f4
--- /dev/null
+++ b/recipes/sdr/soft66_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Library and tools for Soft66ADD and related SDR radio receivers"
+LICENSE = "GPLv3 + LGPLv3"
+
+DEPENDS = "libftdi"
+
+PV = "0.1.2+gitr${SRCPV}"
+
+SRCREV = "a1dab25e73896c90c98227ac8055f227b830d512"
+SRC_URI = "git://home.horsten.com/soft66;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+