gnuradio: fixes
authorKoen Kooi <koen@openembedded.org>
Fri, 27 Jul 2007 12:19:58 +0000 (12:19 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 27 Jul 2007 12:19:58 +0000 (12:19 +0000)
* update PV to 3.0.4
* patch out doc generation for gr-trellis subdir
* packages all libs seperately
* package python files as well

packages/gnuradio/gnuradio/.mtn2git_empty [new file with mode: 0644]
packages/gnuradio/gnuradio/no-trellis-doc.patch [new file with mode: 0644]
packages/gnuradio/gnuradio_svn.bb

diff --git a/packages/gnuradio/gnuradio/.mtn2git_empty b/packages/gnuradio/gnuradio/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gnuradio/gnuradio/no-trellis-doc.patch b/packages/gnuradio/gnuradio/no-trellis-doc.patch
new file mode 100644 (file)
index 0000000..1e5148d
--- /dev/null
@@ -0,0 +1,9 @@
+--- /tmp/Makefile.am   2007-07-27 13:44:31.000000000 +0200
++++ trunk/gr-trellis/Makefile.am       2007-07-27 13:50:06.795215000 +0200
+@@ -21,5 +21,5 @@
+ include $(top_srcdir)/Makefile.common
+-SUBDIRS = src doc
++SUBDIRS = src
index f3d4873..0eed243 100644 (file)
@@ -3,13 +3,16 @@ SECTION =  "apps"
 PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "fftwf python boost cppunit sdcc-native swig swig-native"
-RDEPENDS = "libfftwf python swig"
 
-PV = "0.0+svn${SRCDATE}"
+RDEPENDS_${PN} = "python-core swig"
+
+PV = "3.0.4+svn${SRCDATE}"
 PR = "r0"
 
 
-SRC_URI = "svn://gnuradio.org/svn/gnuradio;module=trunk;proto=http"
+SRC_URI = "svn://gnuradio.org/svn/gnuradio;module=trunk;proto=http \
+          file://no-trellis-doc.patch;patch=1 \
+          "
 
 inherit autotools pkgconfig
 
@@ -22,3 +25,14 @@ export HOST_SYS := "${HOST_SYS}"
 
 EXTRA_OECONF = "--disable-gr-atsc --disable-gr-video-sdl"
 
+PACKAGES =+ "libgromnithread libgnuradio-core libgnuradio-core-qa"
+FILES_libgnuradio-core = "${libdir}/libgnuradio-core.so.*"
+FILES_libgnuradio-core-qa = "${libdir}/libgnuradio-core-qa.so.*"
+FILES_libgromnithread = "${libdir}/libgromnithread.so*"
+
+FILES_${PN} += "${libdir}/python*/site-packages/gnuradio/*"
+FILES_${PN}-dbg += "${libdir}/python*/site-packages/gnuradio/.debug \
+                   ${libdir}/python*/site-packages/gnuradio/*/.debug \
+                  "
+
+