diff options
author | Philip Balister <philip@balister.org> | 2007-07-26 16:21:56 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-07-26 16:21:56 +0000 |
commit | 07d8f28ebcd8168625b95b001d0ee898715ca1cb (patch) | |
tree | 9755bc20dee0f6dbb6c5746c1f01ac1a45e14f09 /packages | |
parent | af8b2fe02162610233b4ef2f7c753f7c9c38671f (diff) | |
parent | 4e2dba920549b2881b2c69e1d4746f997dcb4336 (diff) |
merge of '27a6726f10137aaa1d74bdc2a55d3bfb540b1c20'
and 'f4725b5787f2a6aa2da9f0257a6e4ab0128ad9e3'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gnuradio/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gnuradio/gnuradio_svn.bb | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/packages/gnuradio/.mtn2git_empty b/packages/gnuradio/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gnuradio/.mtn2git_empty diff --git a/packages/gnuradio/gnuradio_svn.bb b/packages/gnuradio/gnuradio_svn.bb new file mode 100644 index 0000000000..1e313b0b6c --- /dev/null +++ b/packages/gnuradio/gnuradio_svn.bb @@ -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" + |