diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-07-21 00:07:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:19 +0100 |
commit | a0abef4533337faeb2fd991d7ab67f0a94f59568 (patch) | |
tree | 41092fce263f206d9efd2357a8e4e596a6b5e546 /meta/recipes-core | |
parent | 51ff9bae5b2da80b432a9e4dbbb95282746e25e6 (diff) | |
download | poky-a0abef4533337faeb2fd991d7ab67f0a94f59568.tar.gz |
gettext: Add depends to gettext to avoid host contamination
[YOCTO #1242]
(From OE-Core rev: aae5021101224344a2b1a3af5becf74291fbbfe5)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 | 6 |
1 files changed, 3 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 0b11a90d8f..cc0129f0b8 100644 --- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb +++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb | |||
@@ -5,9 +5,9 @@ SECTION = "libs" | |||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat" | 9 | DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" |
10 | DEPENDS_virtclass-native = "" | 10 | DEPENDS_virtclass-native = "libxml2-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" |