From: Chris Larson Date: Tue, 10 Jun 2003 16:30:56 +0000 (+0000) Subject: addtask-2.0.oe: X-Git-Tag: Release-2010-05/1~20923 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ada15df169a26e215b37c931f82f3ddbd5922b7;p=openembedded.git addtask-2.0.oe: Update addtask tests per addtask syntax change. BKrev: 3ee607c0xLn0TZ0t8QNauVxCOXFs7Q --- diff --git a/test~/addtask-2.0.oe b/test~/addtask-2.0.oe index 45f3570a6f..9f9ae6a28c 100644 --- a/test~/addtask-2.0.oe +++ b/test~/addtask-2.0.oe @@ -1,6 +1,8 @@ +SRC_URI="" + do_whee() { oenote "testing, testing, 1 .. 2 .. 3 .." } -# insert whee task between staging and install -addtask whee 'stage compile' "install" +# insert whee task between compile and unpack +addtask whee after unpack before compile