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:
b6079b6
)
Add ASSUME_PROVIDED line for prerequisite software to bitbake.conf. People may like...
author
Richard Purdie
<rpurdie@rpsys.net>
Sat, 7 Jan 2006 22:45:09 +0000
(22:45 +0000)
committer
OpenEmbedded Project
<openembedded-devel@lists.openembedded.org>
Sat, 7 Jan 2006 22:45:09 +0000
(22:45 +0000)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
bebad80
..
61c0875
100644
(file)
--- a/
conf/bitbake.conf
+++ b/
conf/bitbake.conf
@@
-66,6
+66,12
@@
DATE := "${@time.strftime('%Y%m%d',time.gmtime())}"
TIME := "${@time.strftime('%H%M%S',time.gmtime())}"
DATETIME = "${DATE}${TIME}"
+##################################################################
+# Openembedded Software Prerequisites.
+##################################################################
+
+ASSUME_PROVIDED = "python-native cvs-native svn-native"
+
##################################################################
# Package default variables.
##################################################################