From: Richard Purdie Date: Thu, 21 Mar 2013 14:24:38 +0000 (+0000) Subject: lzop: Fix case where ${B} != ${S} X-Git-Tag: 2015-4~7128 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a0f054a733afb6dd6b1f53d304caefe90727d7a3;p=openembedded-core.git lzop: Fix case where ${B} != ${S} Remove path assumptions and ensure out of tree builds work. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/lzop/lzop_1.03.bb b/meta/recipes-support/lzop/lzop_1.03.bb index 63a2a62c83..8b5756ab57 100644 --- a/meta/recipes-support/lzop/lzop_1.03.bb +++ b/meta/recipes-support/lzop/lzop_1.03.bb @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909 inherit autotools do_configure () { - ln -sf ../acinclude.m4 + ln -sf ../acinclude.m4 ${S}/acinclude.m4 autotools_do_configure }