From: Philip Balister Date: Thu, 19 Oct 2006 19:17:41 +0000 (+0000) Subject: usrp : Update bb file to use 0.12 version. Start fixing build process. X-Git-Tag: Release-2010-05/1~9453^2~567^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6d2b76c9ce1609f1e7be9546fd2d0031447251e;p=openembedded.git usrp : Update bb file to use 0.12 version. Start fixing build process. --- diff --git a/packages/usrp/usrp_0.8.bb b/packages/usrp/usrp_0.12.bb similarity index 86% rename from packages/usrp/usrp_0.8.bb rename to packages/usrp/usrp_0.12.bb index 16059186d0..a057eb2e4c 100644 --- a/packages/usrp/usrp_0.8.bb +++ b/packages/usrp/usrp_0.12.bb @@ -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}