From patchwork Wed Aug 15 16:18:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] make: add make-replacement-native 3.81 Date: Wed, 15 Aug 2012 16:18:49 -0000 From: Ross Burton X-Patchwork-Id: 34651 Message-Id: <10192d7fd47ea041f73511eaa8b5e56c13152951.1345047378.git.ross.burton@intel.com> To: openembedded-core@lists.openembedded.org 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 --- 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 = ""