diff options
| -rw-r--r-- | meta/recipes-support/libiconv/files/autoconf.patch (renamed from meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch) | 2 | ||||
| -rw-r--r-- | meta/recipes-support/libiconv/files/shared_preloadable_libiconv_linux.patch (renamed from meta/recipes-support/libiconv/libiconv-1.11.1/shared_preloadable_libiconv_linux.patch) | 2 | ||||
| -rw-r--r-- | meta/recipes-support/libiconv/libiconv_1.13.1.bb | 29 |
3 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch b/meta/recipes-support/libiconv/files/autoconf.patch index 2b24894e51..3cbf549d48 100644 --- a/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch +++ b/meta/recipes-support/libiconv/files/autoconf.patch | |||
| @@ -2,6 +2,8 @@ It adds the variables that are needed | |||
| 2 | for autoconf 2.65 to reconfigure libiconv and defines the m4 macros | 2 | for autoconf 2.65 to reconfigure libiconv and defines the m4 macros |
| 3 | directory. Its imported from OE. | 3 | directory. Its imported from OE. |
| 4 | 4 | ||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 5 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 6 | 8 | ||
| 7 | Index: libiconv-1.11.1/configure.ac | 9 | Index: libiconv-1.11.1/configure.ac |
diff --git a/meta/recipes-support/libiconv/libiconv-1.11.1/shared_preloadable_libiconv_linux.patch b/meta/recipes-support/libiconv/files/shared_preloadable_libiconv_linux.patch index a913dad825..fb07f7366b 100644 --- a/meta/recipes-support/libiconv/libiconv-1.11.1/shared_preloadable_libiconv_linux.patch +++ b/meta/recipes-support/libiconv/files/shared_preloadable_libiconv_linux.patch | |||
| @@ -4,6 +4,8 @@ Its more enforced by libtool 2.4. I have not checked it with older libtool | |||
| 4 | libiconv 1.11.x is relatively old release and libtool 2.4 did not exist when it | 4 | libiconv 1.11.x is relatively old release and libtool 2.4 did not exist when it |
| 5 | was released these kind of problem are more likely | 5 | was released these kind of problem are more likely |
| 6 | 6 | ||
| 7 | Upstream-Status: Pending | ||
| 8 | |||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 8 | 10 | ||
| 9 | Index: libiconv-1.11.1/lib/Makefile.in | 11 | Index: libiconv-1.11.1/lib/Makefile.in |
diff --git a/meta/recipes-support/libiconv/libiconv_1.13.1.bb b/meta/recipes-support/libiconv/libiconv_1.13.1.bb new file mode 100644 index 0000000000..069881d490 --- /dev/null +++ b/meta/recipes-support/libiconv/libiconv_1.13.1.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \ | ||
| 2 | multiple character encodings, but that support lacks from your system." | ||
| 3 | HOMEPAGE = "http://www.gnu.org/software/libiconv" | ||
| 4 | SECTION = "libs" | ||
| 5 | NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" | ||
| 6 | PROVIDES = "virtual/libiconv" | ||
| 7 | PR = "r0" | ||
| 8 | LICENSE = "LGPLv3" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ | ||
| 10 | file://libcharset/COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | ||
| 11 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | ||
| 12 | file://autoconf.patch \ | ||
| 13 | file://shared_preloadable_libiconv_linux.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "d42b97f6ef5dd0ba4469d520ed732fed" | ||
| 17 | SRC_URI[sha256sum] = "e78c347a1a0cb15f2648519e9799151f4b4a934b61ad9ee7424478efe2b8257f" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/libiconv-${PV}" | ||
| 20 | |||
| 21 | inherit autotools pkgconfig gettext | ||
| 22 | |||
| 23 | EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable" | ||
| 24 | |||
| 25 | LEAD_SONAME = "libiconv.so" | ||
| 26 | |||
| 27 | do_configure_prepend () { | ||
| 28 | rm -f m4/libtool.m4 libcharset/m4/libtool.m4 | ||
| 29 | } | ||
