diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-10-14 07:06:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:03:20 +0000 |
commit | 53faafc5a470f72c031f978f0e72d73b2b03b105 (patch) | |
tree | 659d65a80af2af0ec09b1da3981ebea789567066 /scripts/contrib/python | |
parent | 01103b2f299fd9aa05ecae40760c2011f235f710 (diff) | |
download | 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/contrib/python')
-rwxr-xr-x | scripts/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 0cc06b053e..ffd68b9f87 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 | |||
14 | import sys | 14 | import sys |
15 | import time | 15 | import time |
16 | 16 | ||
17 | VERSION = "2.6.6" | 17 | VERSION = "2.7.2" |
18 | 18 | ||
19 | __author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" | 19 | __author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" |
20 | __version__ = "20110222.1" | 20 | __version__ = "20110222.1" |