From 347db9f615e3de5f00441ad983985bc9995c66bc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 2 Jun 2009 20:11:01 +0200 Subject: gnuradio: add deptask for the buildlibusb task --- recipes/gnuradio/gnuradio_3.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/gnuradio') 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 \ -- cgit 1.2.3-korg