diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 15:57:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:39:08 +0100 |
commit | d420b1c1948408e9e9379dff0e7db8adc4c18a28 (patch) | |
tree | f834576c973a49998536d32a3a490e56c07403d1 /meta/recipes-core | |
parent | 21effd66408423b02845186f1007b1a58f3fba31 (diff) | |
download | poky-d420b1c1948408e9e9379dff0e7db8adc4c18a28.tar.gz |
gettext: Disable both git and cvs for autopoint's archive format.
The git-native dependency is between a 2-10% build performance hit
for a small reduction in autopoint's archive size (500kb vs 3.5MB).
We could always enable this for the target version only I guess.
(From OE-Core rev: 7e85b21e5fa8e6b61377ae830a95ebc7cd8fbd11)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.18.1.1.bb | 7 |
1 files changed, 4 insertions, 3 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 b64fbdb89b..174180eb86 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" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 7 | ||
8 | PR = "r0" | 8 | PR = "r0" |
9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat git-native" | 9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat" |
10 | DEPENDS_virtclass-native = "git-native" | 10 | DEPENDS_virtclass-native = "" |
11 | PROVIDES = "virtual/libintl virtual/gettext" | 11 | PROVIDES = "virtual/libintl virtual/gettext" |
12 | PROVIDES_virtclass-native = "" | 12 | PROVIDES_virtclass-native = "" |
13 | CONFLICTS_${PN} = "proxy-libintl" | 13 | CONFLICTS_${PN} = "proxy-libintl" |
@@ -34,7 +34,8 @@ 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 | --without-cvs \ |
38 | --without-git \ | ||
38 | " | 39 | " |
39 | 40 | ||
40 | acpaths = '-I ${S}/gettext-runtime/m4 \ | 41 | acpaths = '-I ${S}/gettext-runtime/m4 \ |