[oe-commits] Richard Purdie : gettext: Add DEPENDS on git-native

git version control git at git.openembedded.org
Thu Jun 2 17:27:08 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 239bf1973099f938663b2f5c7c68410a3582f06a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=239bf1973099f938663b2f5c7c68410a3582f06a

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jun  2 18:22:33 2011 +0100

gettext: Add DEPENDS on git-native

There are tools within gettext that make use of git, crazy as it may
seem so we have to ensure a recent version of git is available.

It could be worse, it could be the (deprecated) cvs alternative in
the code.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/gettext/gettext_0.18.1.1.bb |    5 +++--
 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 fe1b266..5f5f164 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"
-DEPENDS_virtclass-native = ""
+DEPENDS = "gettext-native virtual/libiconv ncurses expat git-native"
+DEPENDS_virtclass-native = "git-native"
 PROVIDES = "virtual/libintl virtual/gettext"
 PROVIDES_virtclass-native = ""
 CONFLICTS_${PN} = "proxy-libintl"
@@ -34,6 +34,7 @@ EXTRA_OECONF += "--without-lispdir \
                  --with-included-glib \
                  --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
                  --without-emacs \
+                 --with-git \
                 "
 
 acpaths = '-I ${S}/gettext-runtime/m4 \





More information about the Openembedded-commits mailing list