From f03d66bcc1fde80fd8923a400d2f2edfee576068 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Sun, 8 Apr 2012 22:01:07 -0700 Subject: python: multilib header support. Add intercept multilib header for pyconfig.h in python. This is part of the bug fixing [YOCTO #2216]. (From OE-Core rev: 99591085186c465f2ddfaef08f419ec7584d4522) Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- 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 aaf11aca8b..2f17b00c25 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.python.org" LICENSE = "PSFv2" SECTION = "devel/python" # bump this on every change in contrib/python/generate-manifest-2.7.py -INC_PR = "r1" +INC_PR = "r2" LIC_FILES_CHKSUM = "file://LICENSE;md5=2dffb81509b47974467ea23409909b1c" -- cgit v1.2.3-54-g00ecf