summaryrefslogtreecommitdiffstats
path: root/bin/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-03-04 22:44:13 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-03-04 22:44:13 +0000
commit8f5e3ae327f4a76bc4c84db5d3dd32ef59d2a5e8 (patch)
tree983d331567c8c1c000be7973bb06bde334c41002 /bin/bitbake
parent45761125ff7b1553c55dbb8a6df9f3b4eee98170 (diff)
downloadbitbake-8f5e3ae327f4a76bc4c84db5d3dd32ef59d2a5e8.tar.gz
bitbake-1.8: Prepare for release
Diffstat (limited to 'bin/bitbake')
-rwxr-xr-xbin/bitbake7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/bitbake b/bin/bitbake
index cb88ba8ca..a60a352a2 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -27,7 +27,7 @@ sys.path.insert(0,os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'l
import bb
from bb import cooker
-__version__ = "1.7.4"
+__version__ = "1.7.999"
#============================================================================#
# BBOptions
@@ -114,9 +114,4 @@ Default BBFILES are the .bb files in the current directory.""" )
if __name__ == "__main__":
- print """WARNING, WARNING, WARNING
-This is a Bitbake from the Unstable/Development Branch.
-You might want to use the bitbake-1.6 stable branch (if you are not a BitBake developer or tester). I'm going to sleep 5 seconds now to make sure you see that."""
- import time
- time.sleep(5)
main()