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:
ebab3d3
)
Uncomment addtask call.
author
Chris Larson
<clarson@kergoth.com>
Tue, 10 Jun 2003 05:16:07 +0000
(
05:16
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Tue, 10 Jun 2003 05:16:07 +0000
(
05:16
+0000)
BKrev: 3ee56997fj4Y7XKMgs4RSdYrrkNiSA
test~/addtask-2.0.oe
patch
|
blob
|
history
diff --git
a/test~/addtask-2.0.oe
b/test~/addtask-2.0.oe
index
e69de29
..
45f3570
100644
(file)
--- a/
test~/addtask-2.0.oe
+++ b/
test~/addtask-2.0.oe
@@
-0,0
+1,6
@@
+do_whee() {
+ oenote "testing, testing, 1 .. 2 .. 3 .."
+}
+
+# insert whee task between staging and install
+addtask whee 'stage compile' "install"