[oe-commits] Richard Purdie : lzop: Fix case where ${B} != ${S}

git at git.openembedded.org git at git.openembedded.org
Thu Mar 21 23:50:23 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: a0f054a733afb6dd6b1f53d304caefe90727d7a3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a0f054a733afb6dd6b1f53d304caefe90727d7a3

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Mar 21 14:24:38 2013 +0000

lzop: Fix case where ${B} != ${S}

Remove path assumptions and ensure out of tree builds work.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/lzop/lzop_1.03.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/lzop/lzop_1.03.bb b/meta/recipes-support/lzop/lzop_1.03.bb
index 63a2a62..8b5756a 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
 }
 





More information about the Openembedded-commits mailing list