From 0d0f3330bf90e5007625ee460682e239a63b574d Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sun, 21 Jun 2009 16:24:56 -0400 Subject: 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 --- recipes/gnuradio/gnuradio_3.1.3.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes/gnuradio/gnuradio_3.1.3.bb') diff --git a/recipes/gnuradio/gnuradio_3.1.3.bb b/recipes/gnuradio/gnuradio_3.1.3.bb index 437e62f140..fbce7bdf74 100644 --- a/recipes/gnuradio/gnuradio_3.1.3.bb +++ b/recipes/gnuradio/gnuradio_3.1.3.bb @@ -1,13 +1,9 @@ require gnuradio.inc -PR = "r4" +PR = "${INC_PR}.1" SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-${PV}.tar.gz \ file://acinclude.m4 \ ${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 -- cgit 1.2.3-korg