aboutsummaryrefslogtreecommitdiffstats
path: root/packages/usrp
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2006-10-20 16:57:25 +0000
committerPhilip Balister <philip@balister.org>2006-10-20 16:57:25 +0000
commit0df7debd826ce9a3e97ecc740dcca242d993bc7f (patch)
treef28c7a4195e396c6b46d523f23c91ae24399a748 /packages/usrp
parent0aa0fbd1d5ae7f6476129809f29ee3cda7e6a8ef (diff)
downloadopenembedded-0df7debd826ce9a3e97ecc740dcca242d993bc7f.tar.gz
usrp_0.12.bb : update list of include files that need installing for 0.12.
Diffstat (limited to 'packages/usrp')
-rw-r--r--packages/usrp/usrp_0.12.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/usrp/usrp_0.12.bb b/packages/usrp/usrp_0.12.bb
index a142550526..fcaeebbde4 100644
--- a/packages/usrp/usrp_0.12.bb
+++ b/packages/usrp/usrp_0.12.bb
@@ -3,6 +3,7 @@ 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 @@ export HOST_SYS := "${HOST_SYS}"
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"