[oe-commits] Koen Kooi : gnuradio: add deptask for the buildlibusb task

git version control git at git.openembedded.org
Fri Jun 5 16:11:20 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 347db9f615e3de5f00441ad983985bc9995c66bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=347db9f615e3de5f00441ad983985bc9995c66bc

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  2 20:11:01 2009 +0200

gnuradio: add deptask for the buildlibusb task

---

 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 69703a5..78e719f 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 \





More information about the Openembedded-commits mailing list