GNU Make 3.82 has some regressions regarding parallel processing that causes some packages to fail, specifically WebKitGTK+. Add make-replacement-native 3.81 so that those packages can depend on a Make which is known to work.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-devtools/make/make-replacement-native_3.81.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta/recipes-devtools/make/make-replacement-native_3.81.bb diff --git a/meta/recipes-devtools/make/make-replacement-native_3.81.bb b/meta/recipes-devtools/make/make-replacement-native_3.81.bb new file mode 100644 index 0000000..716a8b5 --- /dev/null +++ b/meta/recipes-devtools/make/make-replacement-native_3.81.bb @@ -0,0 +1,6 @@ +require make_${PV}.bb + +inherit native + +BPN = "make" +EXTRAINSTALL = "" -- 1.7.10 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
