git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414823a
)
soft66: add git version
author
Koen Kooi
<koen@openembedded.org>
Thu, 3 Mar 2011 14:55:17 +0000
(15:55 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 3 Mar 2011 14:55:59 +0000
(15:55 +0100)
"Library and tools for Soft66ADD and related SDR radio receivers"
recipes/sdr/soft66_git.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/sdr/soft66_git.bb
b/recipes/sdr/soft66_git.bb
new file mode 100644
(file)
index 0000000..
8955d1e
--- /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
+