diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-28 08:09:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-28 08:09:17 +0000 |
commit | 2a84ad5c196c6a0dc3ba43c89624bc45d0d06dd3 (patch) | |
tree | 035582805264bffb132938703943f4de40c06408 /packages/gnuradio/gnuradio_3.0.4.bb | |
parent | 04fe30d27b55b62feb752d11646c44c42ccc6e64 (diff) |
gnuradio: packaging fixes:
* package all libs seperately
* make the usrp python stuff have its own package
* add 3.0.4 tarball release
* create a .inc for common stuff
Diffstat (limited to 'packages/gnuradio/gnuradio_3.0.4.bb')
-rw-r--r-- | packages/gnuradio/gnuradio_3.0.4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/gnuradio/gnuradio_3.0.4.bb b/packages/gnuradio/gnuradio_3.0.4.bb new file mode 100644 index 0000000000..30a6d0ab5e --- /dev/null +++ b/packages/gnuradio/gnuradio_3.0.4.bb @@ -0,0 +1,8 @@ +require gnuradio.inc + +PR = "r0" + +SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-${PV}.tar.gz \ + file://no-trellis-doc.patch;patch=1 \ + " + |