From: Philip Balister Date: Wed, 28 Feb 2007 12:21:14 +0000 (+0000) Subject: usrp-0.12.bb : Fix QA problems with python packages. X-Git-Tag: Release-2010-05/1~9133^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2777f0f7b7e53b5168eacdc46b8aa8db4ccf8f;p=openembedded.git usrp-0.12.bb : Fix QA problems with python packages. Apply usb1.1 patch only for omap5912osk. --- diff --git a/packages/usrp/usrp_0.12.bb b/packages/usrp/usrp_0.12.bb index ade37baf60..b47ea9b62e 100644 --- a/packages/usrp/usrp_0.12.bb +++ b/packages/usrp/usrp_0.12.bb @@ -7,10 +7,11 @@ RDEPENDS = "python-core" PR = "r0" SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \ - file://usb11.patch;patch=1 \ file://fix_compile_h.patch;patch=1;pnum=3 \ file://install_test.patch;patch=1" +SRC_URI_append_omap5912osk = "file://usb11.patch;patch=1" + S = "${WORKDIR}/usrp-${PV}" inherit autotools pkgconfig @@ -35,5 +36,6 @@ do_stage () { install -m 644 firmware/include/usrp_spi_defs.h ${STAGING_INCDIR} } -PACKAGES += "python-pyursp" -FILES_python-pyursp = "${libdir}/python*" +PACKAGES += "python-pyusrp-dbg python-pyusrp" +FILES_python-pyusrp-dbg = "${libdir}/python*/site-packages/.debug" +FILES_python-pyusrp = "${libdir}/python*"