From b288eb5c2e5961caf57645b246143d3e2e596c55 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 21 May 2014 13:22:18 -0400 Subject: autotools: B != S build fixes Since oe-core introduced the autotools separated build and source directory changes, some package builds broke. With this change, we can build against the latest oe-core master. It should be noted that this masks the build issues, and the bbappends should be removed as dependency layers update or "real" fixes are generated. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/erlang/erlang.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/erlang/erlang.inc') diff --git a/meta-openstack/recipes-devtools/erlang/erlang.inc b/meta-openstack/recipes-devtools/erlang/erlang.inc index 32ee135..8dd2478 100644 --- a/meta-openstack/recipes-devtools/erlang/erlang.inc +++ b/meta-openstack/recipes-devtools/erlang/erlang.inc @@ -15,4 +15,4 @@ S = "${WORKDIR}/otp_src_${UPSTREAM_VERSION}" PARALLEL_MAKE = "" -inherit autotools +inherit autotools autotools-brokensep -- cgit v1.2.3-54-g00ecf