[oe-commits] org.oe.dev usrp : Update bb file to use 0.12 version. Start fixing build process.

crofton commit openembedded-commits at lists.openembedded.org
Thu Oct 19 19:26:43 UTC 2006


usrp : Update bb file to use 0.12 version. Start fixing build process.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 52496b27f127642a3f588c6e210021c39be53fb0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=52496b27f127642a3f588c6e210021c39be53fb0
Files:
1
packages/usrp/usrp_0.8.bb
packages/usrp/usrp_0.12.bb
Diffs:

#
# mt diff -rd3b5e781a541e497b560551d917d0a735b46cae6 -r52496b27f127642a3f588c6e210021c39be53fb0
#
# 
# 
# rename "packages/usrp/usrp_0.8.bb"
#     to "packages/usrp/usrp_0.12.bb"
# 
# patch "packages/usrp/usrp_0.12.bb"
#  from [b0ceb67856d92176c715dffd3e9d8a5d33a653e5]
#    to [37437f9c2c01c49fdf5924c7b84701b74c387395]
# 
============================================================
--- packages/usrp/usrp_0.8.bb	b0ceb67856d92176c715dffd3e9d8a5d33a653e5
+++ packages/usrp/usrp_0.12.bb	37437f9c2c01c49fdf5924c7b84701b74c387395
@@ -1,16 +1,19 @@ SECTION = "devel"
 DESCRIPTION = "Support software for the Universal Software Radio Peripheral (USRP)"
 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}
 






More information about the Openembedded-commits mailing list