git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
574fdee
)
addtask-2.0.oe:
author
Chris Larson
<clarson@kergoth.com>
Tue, 10 Jun 2003 16:30:56 +0000
(16:30 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test~/addtask-2.0.oe
b/test~/addtask-2.0.oe
index
45f3570
..
9f9ae6a
100644
(file)
--- 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