diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-02 18:22:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-02 18:25:26 +0100 |
commit | b0ed5af344192f411631a10418135f2668da6128 (patch) | |
tree | 484073ed3dc0184d64ac4c5a9e3e01595f459946 /meta/recipes-core | |
parent | 5d9ea7dea48e640b7345b7d664b284f731a4d6f9 (diff) | |
download | poky-b0ed5af344192f411631a10418135f2668da6128.tar.gz |
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.
(From OE-Core rev: 239bf1973099f938663b2f5c7c68410a3582f06a)
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 | 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 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" | |||
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" | 9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat git-native" |
10 | DEPENDS_virtclass-native = "" | 10 | DEPENDS_virtclass-native = "git-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,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 | ||
39 | acpaths = '-I ${S}/gettext-runtime/m4 \ | 40 | acpaths = '-I ${S}/gettext-runtime/m4 \ |