aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio/gnuradio_3.2.0.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-06-21 16:24:56 -0400
committerPhilip Balister <philip@balister.org>2009-06-21 16:27:10 -0400
commit0d0f3330bf90e5007625ee460682e239a63b574d (patch)
tree116b361e9cfa2c0b8c0af5a877a15c693e5bf738 /recipes/gnuradio/gnuradio_3.2.0.bb
parentb9ec2bc1ec50b54fc993bbb9da81c71683f1041d (diff)
downloadopenembedded-0d0f3330bf90e5007625ee460682e239a63b574d.tar.gz
gnuradio : Update .inc file and other updates
* Convert PR to use INC_PR * All recipes now use private copy of libusb_0.1.12 so usrp works * Move more stuff into the .inc file * Fix program-prefix
Diffstat (limited to 'recipes/gnuradio/gnuradio_3.2.0.bb')
-rw-r--r--recipes/gnuradio/gnuradio_3.2.0.bb11
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes/gnuradio/gnuradio_3.2.0.bb b/recipes/gnuradio/gnuradio_3.2.0.bb
index eef34bb03f..8c3a77e20b 100644
--- a/recipes/gnuradio/gnuradio_3.2.0.bb
+++ b/recipes/gnuradio/gnuradio_3.2.0.bb
@@ -2,11 +2,11 @@ require gnuradio.inc
DEPENDS += " gsl "
-PR = "r2"
+PR = "${INC_PR}.1"
S = "${WORKDIR}/gnuradio-3.2"
-EXTRA_OECONF += "--program-prefix= --with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_PTHREADS --disable--usrp2"
+EXTRA_OECONF += "--with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_PTHREADS --disable--usrp2"
SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.2.tar.gz \
file://no-usrp2.patch;patch=1 \
@@ -14,13 +14,6 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.2.tar.gz \
${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz \
"
-# This is an awful hack to allow GNU Radio to use libusb-0.12, regardless
-# of what is used by the rest of OE
-
-addtask buildlibusb before do_configure after do_unpack
-
-do_buildlibusb[deptask] = "do_populate_staging"
-
do_compile_append() {
sed -i -e s:${STAGING_DIR_TARGET}::g \
-e s:/${TARGET_SYS}::g \