diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-10-06 20:50:09 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-10-06 20:50:09 +0000 |
commit | eb6fc049798ae5a1ece3c448bf03abbf5e884d56 (patch) | |
tree | 51a19640d074ad1220fb4c3e280fd2185e8f676c /recipes/python/python.inc | |
parent | e6f09ac96fd78f78c1d0428d3872f1f43685eb20 (diff) |
python: Fixed -dbg QA error (config/.debug in python-distutils).
* For more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-October/013964.html
Diffstat (limited to 'recipes/python/python.inc')
-rw-r--r-- | recipes/python/python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python.inc b/recipes/python/python.inc index 5791297609..7e61f795ba 100644 --- a/recipes/python/python.inc +++ b/recipes/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 = "ml7" +INC_PR = "ml8" DEFAULT_PREFERENCE = "-26" |