From c6d2b76c9ce1609f1e7be9546fd2d0031447251e Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 19 Oct 2006 19:17:41 +0000 Subject: [PATCH] usrp : Update bb file to use 0.12 version. Start fixing build process. --- packages/usrp/{usrp_0.8.bb => usrp_0.12.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename packages/usrp/{usrp_0.8.bb => usrp_0.12.bb} (86%) 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} -- 2.39.5