diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-02 20:11:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:05 +0200 |
commit | 347db9f615e3de5f00441ad983985bc9995c66bc (patch) | |
tree | c49de269c58f5288beb1f2efe447fb755e239769 | |
parent | 021a71d29aa31b4e8fc912d085f41a34faa427b2 (diff) |
gnuradio: add deptask for the buildlibusb task
-rw-r--r-- | recipes/gnuradio/gnuradio_3.2.0.bb | 2 |
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 \ |