diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-03-05 17:01:47 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2011-03-08 20:42:34 -0800 |
commit | 94b36524550ff2c94a5f8d82a9bc2073c06d418a (patch) | |
tree | 9efc4278664429bcbc0035121d72b2cb0a210185 /meta/recipes-devtools/python/python.inc | |
parent | 4bb281ef5f12096d0889ba8efcc3fd3bb0ed3b3c (diff) | |
download | openembedded-core-94b36524550ff2c94a5f8d82a9bc2073c06d418a.tar.gz openembedded-core-94b36524550ff2c94a5f8d82a9bc2073c06d418a.tar.bz2 openembedded-core-94b36524550ff2c94a5f8d82a9bc2073c06d418a.zip |
python: add generate-manifest-2.6.py script and regen python-2.6-manifest.inc
* imported from OE with sorted entries etc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index f78250769b..bfa0bb2b36 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc @@ -4,7 +4,7 @@ LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" # bump this on every change in contrib/python/generate-manifest-2.6.py -INC_PR = "nk0" +INC_PR = "nk1" DEFAULT_PREFERENCE = "-26" |