diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-10-11 14:33:54 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:53:45 +0100 |
commit | b5f744c5d6fea4e5f33545d1dbf40d2f964cb786 (patch) | |
tree | a05e7bba4267a69335aa0b3fd57100c164c1ac66 /meta/recipes-devtools/python/python.inc | |
parent | 6b53fbcc205346be60ea0a8e01c7cb0bbeeba55a (diff) | |
download | poky-b5f744c5d6fea4e5f33545d1dbf40d2f964cb786.tar.gz |
python: fix for host contamination issue while cross compiling
This fixes [BUGID #385]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.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 682bd5a2da..62a6ba1589 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -4,7 +4,7 @@ LICENSE = "PSF" | |||
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | # bump this on every change in contrib/python/generate-manifest-2.6.py | 6 | # bump this on every change in contrib/python/generate-manifest-2.6.py |
7 | INC_PR = "ml8" | 7 | INC_PR = "nk0" |
8 | 8 | ||
9 | DEFAULT_PREFERENCE = "-26" | 9 | DEFAULT_PREFERENCE = "-26" |
10 | 10 | ||