summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.19.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/gettext/gettext_0.19.6.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.19.6.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.19.6.bb b/meta/recipes-core/gettext/gettext_0.19.6.bb
index fead06aa85..592e4fc761 100644
--- a/meta/recipes-core/gettext/gettext_0.19.6.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.6.bb
@@ -13,15 +13,15 @@ RCONFLICTS_${PN} = "proxy-libintl"
13SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ 13SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
14 file://parallel.patch \ 14 file://parallel.patch \
15 file://add-with-bisonlocaledir.patch \ 15 file://add-with-bisonlocaledir.patch \
16 " 16"
17
18SRC_URI[md5sum] = "6d1447f8c5c45c329371ef4bfe7d79a5"
19SRC_URI[sha256sum] = "ed4b4c19bd3a3034eb6769500a3592ff616759ef43cf30586dbb7a17c9dd695d"
17 20
18PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses," 21PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses,"
19 22
20LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread " 23LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread "
21 24
22SRC_URI[md5sum] = "6d1447f8c5c45c329371ef4bfe7d79a5"
23SRC_URI[sha256sum] = "ed4b4c19bd3a3034eb6769500a3592ff616759ef43cf30586dbb7a17c9dd695d"
24
25inherit autotools texinfo 25inherit autotools texinfo
26 26
27EXTRA_OECONF += "--without-lispdir \ 27EXTRA_OECONF += "--without-lispdir \
@@ -49,6 +49,7 @@ acpaths = '-I ${S}/gettext-runtime/m4 \
49do_install_append_libc-musl () { 49do_install_append_libc-musl () {
50 rm -f ${D}${libdir}/charset.alias 50 rm -f ${D}${libdir}/charset.alias
51 rm -f ${D}${includedir}/libintl.h 51 rm -f ${D}${includedir}/libintl.h
52 rm -f ${D}${libdir}/libintl.la
52} 53}
53 54
54# these lack the .x behind the .so, but shouldn't be in the -dev package 55# these lack the .x behind the .so, but shouldn't be in the -dev package