diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/gnuradio | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnuradio')
-rw-r--r-- | recipes/gnuradio/gnuradio_3.2.0.bb | 4 | ||||
-rw-r--r-- | recipes/gnuradio/gnuradio_3.2.1.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gnuradio/gnuradio_3.2.0.bb b/recipes/gnuradio/gnuradio_3.2.0.bb index 968e3c2529..4769e0bcf4 100644 --- a/recipes/gnuradio/gnuradio_3.2.0.bb +++ b/recipes/gnuradio/gnuradio_3.2.0.bb @@ -9,8 +9,8 @@ S = "${WORKDIR}/gnuradio-3.2" 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;name=archive \ - file://no-usrp2.patch;patch=1 \ - file://gnuradio-neon.patch;patch=1;pnum=0 \ + file://no-usrp2.patch \ + file://gnuradio-neon.patch;striplevel=0 \ ${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz;name=libusb \ " diff --git a/recipes/gnuradio/gnuradio_3.2.1.bb b/recipes/gnuradio/gnuradio_3.2.1.bb index fbd6f2fa77..5744f2ddbc 100644 --- a/recipes/gnuradio/gnuradio_3.2.1.bb +++ b/recipes/gnuradio/gnuradio_3.2.1.bb @@ -9,8 +9,8 @@ S = "${WORKDIR}/gnuradio-3.2.1" 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.1.tar.gz;name=archive \ - file://no-usrp2.patch;patch=1 \ - file://gnuradio-neon.patch;patch=1;pnum=0 \ + file://no-usrp2.patch \ + file://gnuradio-neon.patch;striplevel=0 \ ${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz;name=libusb \ " |