diff options
-rw-r--r-- | recipes-support/libiconv/libiconv_1.15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-support/libiconv/libiconv_1.15.bb b/recipes-support/libiconv/libiconv_1.15.bb index b58abb4..2f2b473 100644 --- a/recipes-support/libiconv/libiconv_1.15.bb +++ b/recipes-support/libiconv/libiconv_1.15.bb | |||
@@ -19,6 +19,9 @@ S = "${WORKDIR}/libiconv-${PV}" | |||
19 | 19 | ||
20 | inherit autotools pkgconfig gettext | 20 | inherit autotools pkgconfig gettext |
21 | 21 | ||
22 | # Need to use absolute paths as autoreconf will recurse into libchardet | ||
23 | EXTRA_AUTORECONF += "-I ${S}/m4 -I ${S}/srcm4" | ||
24 | |||
22 | python __anonymous() { | 25 | python __anonymous() { |
23 | if d.getVar("TARGET_OS") != "linux": | 26 | if d.getVar("TARGET_OS") != "linux": |
24 | return | 27 | return |