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:
42c5793
)
src_distribute.bbclass: Unbork do_distsrcall, fixes the issue seen by Rob Tow.
author
Chris Larson
<clarson@kergoth.com>
Mon, 1 Dec 2008 20:22:34 +0000
(13:22 -0700)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 1 Dec 2008 20:32:45 +0000
(13:32 -0700)
classes/src_distribute.bbclass
patch
|
blob
|
history
diff --git
a/classes/src_distribute.bbclass
b/classes/src_distribute.bbclass
index
a124739
..
30b2670
100644
(file)
--- a/
classes/src_distribute.bbclass
+++ b/
classes/src_distribute.bbclass
@@
-23,7
+23,7
@@
python do_distribute_sources () {
addtask distribute_sources before do_build after do_fetch
addtask distsrcall after do_distribute_sources
-do_distall[recrdeptask] = "do_distribute_sources"
+do_dist
src
all[recrdeptask] = "do_distribute_sources"
base_do_distsrcall() {
:
}