From f98cd3798837f2954443ca84a199158d9f47c3e8 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Tue, 24 Feb 2015 00:08:08 -0600 Subject: python-native: Fixes PGEN linking errors Changes Makefile rules to avoid parallel make races when trying to build Parser/PGEN Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-native_2.7.9.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python-native_2.7.9.bb') diff --git a/meta/recipes-devtools/python/python-native_2.7.9.bb b/meta/recipes-devtools/python/python-native_2.7.9.bb index 54be2ea58b..28aaa111ce 100644 --- a/meta/recipes-devtools/python/python-native_2.7.9.bb +++ b/meta/recipes-devtools/python/python-native_2.7.9.bb @@ -17,6 +17,7 @@ SRC_URI += "\ file://builddir.patch \ file://parallel-makeinst-create-bindir.patch \ file://revert_use_of_sysconfigdata.patch \ + file://avoid_parallel_make_races_on_pgen.patch \ " S = "${WORKDIR}/Python-${PV}" -- cgit 1.2.3-korg