blob: f3d4873e5a7b5d5fa36c22982b6a28c79923d249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DESCRIPTION = "GNU Radio"
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}"
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"
|