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.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.19.6.bb b/meta/recipes-core/gettext/gettext_0.19.6.bb
index 737561d317..fead06aa85 100644
--- a/meta/recipes-core/gettext/gettext_0.19.6.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.6.bb
@@ -12,6 +12,7 @@ PROVIDES_class-native = "virtual/gettext-native"
12RCONFLICTS_${PN} = "proxy-libintl" 12RCONFLICTS_${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 " 16 "
16 17
17PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses," 18PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses,"
@@ -38,6 +39,9 @@ EXTRA_OECONF += "--without-lispdir \
38 --with-included-libcroco \ 39 --with-included-libcroco \
39 --with-included-libunistring \ 40 --with-included-libunistring \
40 " 41 "
42EXTRA_OECONF_append_class-target = " \
43 --with-bisonlocaledir=${datadir}/locale \
44"
41 45
42acpaths = '-I ${S}/gettext-runtime/m4 \ 46acpaths = '-I ${S}/gettext-runtime/m4 \
43 -I ${S}/gettext-tools/m4' 47 -I ${S}/gettext-tools/m4'