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:
3a61211
)
Improved the import-bitbake target
author
Rod Whitby
<rod@whitby.id.au>
Fri, 29 Jul 2005 07:27:41 +0000
(07:27 +0000)
committer
OpenEmbedded Project
<openembedded-devel@lists.openembedded.org>
Fri, 29 Jul 2005 07:27:41 +0000
(07:27 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
10262fa
..
50bf3e7
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-268,7
+268,11
@@
upload-sources:
.PHONY: import-bitbake
import-bitbake: bitbake/bin/bitbake
+ mv bitbake bitbake.old
svn co svn://svn.berlios.de/bitbake/trunk/bitbake
+ cp -rp bitbake.old/MT bitbake.old/.mt-attrs bitbake
+ rm -rf bitbake.old
+ ( cd bitbake ; rm -rf .svn ; monotone status )
.PHONY: import-openembedded
import-openembedded: openembedded/conf/machine/nslu2.conf