addtask-2.0.oe:
authorChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 16:30:56 +0000 (16:30 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 16:30:56 +0000 (16:30 +0000)
  Update addtask tests per addtask syntax change.

BKrev: 3ee607c0xLn0TZ0t8QNauVxCOXFs7Q

test~/addtask-2.0.oe

index 45f3570..9f9ae6a 100644 (file)
@@ -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