[oe-commits] org.oe.dev usrp_0.12.bb : update list of include files that need installing for 0.12.

crofton commit openembedded-commits at lists.openembedded.org
Fri Oct 20 19:05:23 UTC 2006


usrp_0.12.bb : update list of include files that need installing for 0.12.

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

#
# mt diff -r5828b4270c2094be14045d1a1d0c6f6472c92d76 -r83d7c4d760eeb9ffa8b4c744fbd257d182d6a207
#
# 
# 
# patch "packages/usrp/usrp_0.12.bb"
#  from [da03805c5cef2d405ca437b38d53a7cba7bb499e]
#    to [9122bbdf0d67e8e1604407a937ab787d048ebfaf]
# 
============================================================
--- packages/usrp/usrp_0.12.bb	da03805c5cef2d405ca437b38d53a7cba7bb499e
+++ packages/usrp/usrp_0.12.bb	9122bbdf0d67e8e1604407a937ab787d048ebfaf
@@ -1,8 +1,9 @@ DEPENDS = "swig-native sdcc-native libus
 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 python boost"
+RDEPENDS = "python-core"
 PR = "r0"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \
@@ -17,16 +18,16 @@ do_stage () {
 do_stage () {
      oe_libinstall -so -C host/lib/.libs/ libusrp ${STAGING_LIBDIR}
 
-     install -m 644 host/lib/usrp0.h ${STAGING_INCDIR}
      install -m 644 host/lib/usrp_basic.h ${STAGING_INCDIR}
      install -m 644 host/lib/usrp_bytesex.h ${STAGING_INCDIR}
      install -m 644 host/lib/usrp_config.h ${STAGING_INCDIR}
-     install -m 644 host/lib/usrp_daughterboards.h ${STAGING_INCDIR}
+     install -m 644 host/lib/usrp_dbid.h ${STAGING_INCDIR}
      install -m 644 host/lib/usrp_prims.h ${STAGING_INCDIR}
      install -m 644 host/lib/usrp_slots.h ${STAGING_INCDIR}
      install -m 644 host/lib/usrp_standard.h ${STAGING_INCDIR}
 
      install -m 644 firmware/include/usrp_i2c_addr.h ${STAGING_INCDIR}
+     install -m 644 firmware/include/usrp_spi_defs.h ${STAGING_INCDIR}
 }
 
 PACKAGES += "python-pyursp"






More information about the Openembedded-commits mailing list