From b5f744c5d6fea4e5f33545d1dbf40d2f964cb786 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 11 Oct 2010 14:33:54 -0700 Subject: python: fix for host contamination issue while cross compiling This fixes [BUGID #385] Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/python/python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python.inc') 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" SECTION = "devel/python" PRIORITY = "optional" # bump this on every change in contrib/python/generate-manifest-2.6.py -INC_PR = "ml8" +INC_PR = "nk0" DEFAULT_PREFERENCE = "-26" -- cgit 1.2.3-korg