aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-06-12 14:08:04 -0400
committerPhilip Balister <philip@balister.org>2009-06-12 14:08:04 -0400
commit82efacb2b27c42882d96e6fed2a0b1f9739fd40e (patch)
treeb7aae02a8af68cd263fca8caafbb266b7021a09e
parent1e02d5cf1d61d399f765a1bc971a77443afa7f67 (diff)
downloadopenembedded-82efacb2b27c42882d96e6fed2a0b1f9739fd40e.tar.gz
gnuradio-3.2 : Use -program-prefix to remove prefix from programs.
-rw-r--r--recipes/gnuradio/gnuradio_3.2.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnuradio/gnuradio_3.2.0.bb b/recipes/gnuradio/gnuradio_3.2.0.bb
index 78e719f719..b24b3cbb95 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 = "r0"
+PR = "r1"
S = "${WORKDIR}/gnuradio-3.2"
-EXTRA_OECONF += "--with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_PTHREADS --disable--usrp2"
+EXTRA_OECONF += "--program-prefix= --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 \