Remove path assumptions and ensure out of tree builds work.

Signed-off-by: Richard Purdie <[email protected]>
---
 meta/recipes-support/lzop/lzop_1.03.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
 
-- 
1.7.10.4


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to