usrp : Update bb file to use 0.12 version. Start fixing build process.
authorPhilip Balister <philip@balister.org>
Thu, 19 Oct 2006 19:17:41 +0000 (19:17 +0000)
committerPhilip Balister <philip@balister.org>
Thu, 19 Oct 2006 19:17:41 +0000 (19:17 +0000)
packages/usrp/usrp_0.12.bb [moved from packages/usrp/usrp_0.8.bb with 86% similarity]

similarity index 86%
rename from packages/usrp/usrp_0.8.bb
rename to packages/usrp/usrp_0.12.bb
index 1605918..a057eb2 100644 (file)
@@ -2,14 +2,17 @@ DESCRIPTION = "Support software for the Universal Software Radio Peripheral (USR
 LICENSE = "GPL"
 HOMEPAGE = "http://comsec.com/wiki?UniversalSoftwareRadioPeripheral"
 SECTION = "devel"
-DEPENDS = "swig-native sdcc-native libusb"
+DEPENDS = "swig-native sdcc-native libusb python python-native"
 PR = "r0"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \
            file://usb11.patch;patch=1"
 S = "${WORKDIR}/usrp-${PV}"
 
-inherit autotools
+inherit autotools pkgconfig
+
+export BUILD_SYS := "${BUILD_SYS}"
+export HOST_SYS := "${HOST_SYS}"
 
 do_stage () {
      oe_libinstall -so -C host/lib/.libs/ libusrp ${STAGING_LIBDIR}