dttsp: add svn version
authorKoen Kooi <koen@openembedded.org>
Sun, 7 Jun 2009 17:42:43 +0000 (19:42 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 7 Jun 2009 17:42:43 +0000 (19:42 +0200)
recipes/sdr/dttsp_svn.bb [new file with mode: 0644]

diff --git a/recipes/sdr/dttsp_svn.bb b/recipes/sdr/dttsp_svn.bb
new file mode 100644 (file)
index 0000000..ac49779
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Software Radio Core"
+LICENSE = "GPLv3"
+DEPENDS = "fftwf jack"
+
+PV = "${SRCREV}"
+SRCREV = "241"
+
+SRC_URI = "svn://206.216.146.154/svn/repos_sdr_linux/branches/ab2kt;module=dttsp-ng"
+S = "${WORKDIR}/dttsp-ng/src"
+
+inherit autotools_stage
+
+