gnuradio_svn.bb : First pass at adding support for GNU Radio. Still needs
authorPhilip Balister <philip@balister.org>
Thu, 26 Jul 2007 15:50:04 +0000 (15:50 +0000)
committerPhilip Balister <philip@balister.org>
Thu, 26 Jul 2007 15:50:04 +0000 (15:50 +0000)
                  debugging.

packages/gnuradio/.mtn2git_empty [new file with mode: 0644]
packages/gnuradio/gnuradio_svn.bb [new file with mode: 0644]

diff --git a/packages/gnuradio/.mtn2git_empty b/packages/gnuradio/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gnuradio/gnuradio_svn.bb b/packages/gnuradio/gnuradio_svn.bb
new file mode 100644 (file)
index 0000000..1e313b0
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "GNU Radio"
+SECTION =  "apps"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "fftw python boost cppunit sdcc-native swig swig-native"
+RDEPENDS = "fftw python swig"
+PR = "r0"
+
+SRC_URI = "svn://gnuradio.org/svn/gnuradio;module=trunk;proto=http"
+
+inherit autotools pkgconfig
+
+S="${WORKDIR}/trunk"
+
+CXXFLAGS_powerpc += "-lstdc++"
+
+export BUILD_SYS := "${BUILD_SYS}"
+export HOST_SYS := "${HOST_SYS}"
+
+EXTRA_OECONF = "--disable-gr-atsc --disable-gr-video-sdl"
+