diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-10 16:30:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-10 16:30:56 +0000 |
commit | 5ada15df169a26e215b37c931f82f3ddbd5922b7 (patch) | |
tree | 743116077af12e7a33e87b1ed4e896652f63f47c | |
parent | 574fdee6701345380111a1af6fb42a616a3479f4 (diff) |
addtask-2.0.oe:
Update addtask tests per addtask syntax change.
BKrev: 3ee607c0xLn0TZ0t8QNauVxCOXFs7Q
-rw-r--r-- | test~/addtask-2.0.oe | 6 |
1 files changed, 4 insertions, 2 deletions
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 |