aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-02 20:11:01 +0200
committerKoen Kooi <koen@Powerbook-3.local>2009-06-05 17:48:05 +0200
commit347db9f615e3de5f00441ad983985bc9995c66bc (patch)
treec49de269c58f5288beb1f2efe447fb755e239769 /recipes/gnuradio
parent021a71d29aa31b4e8fc912d085f41a34faa427b2 (diff)
downloadopenembedded-347db9f615e3de5f00441ad983985bc9995c66bc.tar.gz
gnuradio: add deptask for the buildlibusb task
Diffstat (limited to 'recipes/gnuradio')
-rw-r--r--recipes/gnuradio/gnuradio_3.2.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gnuradio/gnuradio_3.2.0.bb b/recipes/gnuradio/gnuradio_3.2.0.bb
index 69703a5d26..78e719f719 100644
--- a/recipes/gnuradio/gnuradio_3.2.0.bb
+++ b/recipes/gnuradio/gnuradio_3.2.0.bb
@@ -19,6 +19,8 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.2.tar.gz \
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 \