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:
f6e3577
)
gnuradio: set PV
author
Koen Kooi
<koen@openembedded.org>
Fri, 27 Jul 2007 10:29:18 +0000
(10:29 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 27 Jul 2007 10:29:18 +0000
(10:29 +0000)
packages/gnuradio/gnuradio_svn.bb
patch
|
blob
|
history
diff --git
a/packages/gnuradio/gnuradio_svn.bb
b/packages/gnuradio/gnuradio_svn.bb
index
1e313b0
..
f3d4873
100644
(file)
--- a/
packages/gnuradio/gnuradio_svn.bb
+++ b/
packages/gnuradio/gnuradio_svn.bb
@@
-2,10
+2,13
@@
DESCRIPTION = "GNU Radio"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
-DEPENDS = "fftw python boost cppunit sdcc-native swig swig-native"
-RDEPENDS = "fftw python swig"
+DEPENDS = "fftwf python boost cppunit sdcc-native swig swig-native"
+RDEPENDS = "libfftwf python swig"
+
+PV = "0.0+svn${SRCDATE}"
PR = "r0"
+
SRC_URI = "svn://gnuradio.org/svn/gnuradio;module=trunk;proto=http"
inherit autotools pkgconfig