Add hack so it links on EFIKA/powerpc.
--- /dev/null
+Index: gnuradio/trunk/usrp/host/lib/fusb_linux.cc
+===================================================================
+--- gnuradio/trunk/usrp/host/lib/fusb_linux.cc (revision 3534)
++++ gnuradio/trunk/usrp/host/lib/fusb_linux.cc (revision 3886)
+@@ -28,5 +28,7 @@
+ #include <usb.h> // libusb header
+ #include <stdexcept>
++#ifdef HAVE_LINUX_COMPILER_H
+ #include <linux/compiler.h>
++#endif
+ #include <linux/usbdevice_fs.h> // interface to kernel portion of user mode usb driver
+ #include <sys/ioctl.h>
+
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}"