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 --- recipes-support/celt051/celt051_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-support') diff --git a/recipes-support/celt051/celt051_git.bb b/recipes-support/celt051/celt051_git.bb index 93a24054..686c9626 100644 --- a/recipes-support/celt051/celt051_git.bb +++ b/recipes-support/celt051/celt051_git.bb @@ -23,7 +23,7 @@ S = "${WORKDIR}/git" DEPENDS += "libogg" -inherit pkgconfig autotools +inherit pkgconfig autotools-brokensep PACKAGECONFIG = "" -- cgit