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:16:38 +0100 |
commit | 7e85b21e5fa8e6b61377ae830a95ebc7cd8fbd11 (patch) | |
tree | 35913d15971bc16bce5f93f95e9a34d12cb1a818 /meta/recipes-core/gettext | |
parent | b8d72e3af93ff9e2808fef4fe7b9d00b68bf9715 (diff) | |
download | openembedded-core-7e85b21e5fa8e6b61377ae830a95ebc7cd8fbd11.tar.gz openembedded-core-7e85b21e5fa8e6b61377ae830a95ebc7cd8fbd11.tar.bz2 openembedded-core-7e85b21e5fa8e6b61377ae830a95ebc7cd8fbd11.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext')
-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" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" PR = "r0" -DEPENDS = "gettext-native virtual/libiconv ncurses expat git-native" -DEPENDS_virtclass-native = "git-native" +DEPENDS = "gettext-native virtual/libiconv ncurses expat" +DEPENDS_virtclass-native = "" PROVIDES = "virtual/libintl virtual/gettext" PROVIDES_virtclass-native = "" CONFLICTS_${PN} = "proxy-libintl" @@ -34,7 +34,8 @@ EXTRA_OECONF += "--without-lispdir \ --with-included-glib \ --with-libncurses-prefix=${STAGING_LIBDIR}/.. \ --without-emacs \ - --with-git \ + --without-cvs \ + --without-git \ " acpaths = '-I ${S}/gettext-runtime/m4 \ |