mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
lzop: Fix case where ${B} != ${S}
Remove path assumptions and ensure out of tree builds work. (From OE-Core rev: a0f054a733afb6dd6b1f53d304caefe90727d7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user