summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/gettext/gettext_0.18.1.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
index fe1b2662a0..5f5f164ad9 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -6,8 +6,8 @@ LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7 7
8PR = "r0" 8PR = "r0"
9DEPENDS = "gettext-native virtual/libiconv ncurses expat" 9DEPENDS = "gettext-native virtual/libiconv ncurses expat git-native"
10DEPENDS_virtclass-native = "" 10DEPENDS_virtclass-native = "git-native"
11PROVIDES = "virtual/libintl virtual/gettext" 11PROVIDES = "virtual/libintl virtual/gettext"
12PROVIDES_virtclass-native = "" 12PROVIDES_virtclass-native = ""
13CONFLICTS_${PN} = "proxy-libintl" 13CONFLICTS_${PN} = "proxy-libintl"
@@ -34,6 +34,7 @@ EXTRA_OECONF += "--without-lispdir \
34 --with-included-glib \ 34 --with-included-glib \
35 --with-libncurses-prefix=${STAGING_LIBDIR}/.. \ 35 --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
36 --without-emacs \ 36 --without-emacs \
37 --with-git \
37 " 38 "
38 39
39acpaths = '-I ${S}/gettext-runtime/m4 \ 40acpaths = '-I ${S}/gettext-runtime/m4 \