diff options
| -rw-r--r-- | 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 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 | |||
| 20 | inherit autotools | 20 | inherit autotools |
| 21 | 21 | ||
| 22 | do_configure () { | 22 | do_configure () { |
| 23 | ln -sf ../acinclude.m4 | 23 | ln -sf ../acinclude.m4 ${S}/acinclude.m4 |
| 24 | autotools_do_configure | 24 | autotools_do_configure |
| 25 | } | 25 | } |
| 26 | 26 | ||
