summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-10-14 07:06:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-31 22:03:20 +0000
commit53faafc5a470f72c031f978f0e72d73b2b03b105 (patch)
tree659d65a80af2af0ec09b1da3981ebea789567066 /scripts
parent01103b2f299fd9aa05ecae40760c2011f235f710 (diff)
downloadast2050-yocto-poky-53faafc5a470f72c031f978f0e72d73b2b03b105.zip
ast2050-yocto-poky-53faafc5a470f72c031f978f0e72d73b2b03b105.tar.gz
python: update generate-manifest for 2.7 version and regenerate it
* it needs to be regenerated to actually package something (From OE-Core rev: 0a4ac566987950815fc1ae8a0ec0496bd42a46ed) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contrib/python/generate-manifest-2.7.py (renamed from scripts/contrib/python/generate-manifest-2.6.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.6.py b/scripts/contrib/python/generate-manifest-2.7.py
index 0cc06b0..ffd68b9 100755
--- a/scripts/contrib/python/generate-manifest-2.6.py
+++ b/scripts/contrib/python/generate-manifest-2.7.py
@@ -14,7 +14,7 @@ import os
import sys
import time
-VERSION = "2.6.6"
+VERSION = "2.7.2"
__author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
__version__ = "20110222.1"
OpenPOWER on IntegriCloud