diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-27 10:29:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-27 10:29:18 +0000 |
commit | 12e9dd26696aaa5b1ffbc48b8d8eff9afc2c6102 (patch) | |
tree | 57cb6e96791f5c2ee04285263193c70a9b70609c /packages/gnuradio | |
parent | f6e3577288367c1a0ca035676da5d170e1a15fe3 (diff) |
gnuradio: set PV
Diffstat (limited to 'packages/gnuradio')
-rw-r--r-- | packages/gnuradio/gnuradio_svn.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/gnuradio/gnuradio_svn.bb b/packages/gnuradio/gnuradio_svn.bb index 1e313b0b6c..f3d4873e5a 100644 --- 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 |