diff options
author | Philip Balister <philip@balister.org> | 2007-01-09 21:11:38 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-01-09 21:11:38 +0000 |
commit | 69bde32a9397cfb9bc224611ccf5cff6ccb3ffef (patch) | |
tree | beb3e4bd2064488ff86264195763fab1486efef7 /packages/usrp/usrp_0.12.bb | |
parent | 9b2b3dc9b51de3a41fd5546f8a91900cdfbd7f17 (diff) |
usrp_0.12.bb : Fix compile.h header file problem.
Add hack so it links on EFIKA/powerpc.
Diffstat (limited to 'packages/usrp/usrp_0.12.bb')
-rw-r--r-- | packages/usrp/usrp_0.12.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/usrp/usrp_0.12.bb b/packages/usrp/usrp_0.12.bb index 5fc6969f8c..ade37baf60 100644 --- a/packages/usrp/usrp_0.12.bb +++ b/packages/usrp/usrp_0.12.bb @@ -7,13 +7,16 @@ RDEPENDS = "python-core" PR = "r0" SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \ - file://usb11.patch;patch=1" \ + file://usb11.patch;patch=1 \ + file://fix_compile_h.patch;patch=1;pnum=3 \ file://install_test.patch;patch=1" S = "${WORKDIR}/usrp-${PV}" inherit autotools pkgconfig +CXXFLAGS_powerpc += "-lstdc++" + export BUILD_SYS := "${BUILD_SYS}" export HOST_SYS := "${HOST_SYS}" |