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:48:27 +0100 |
commit | aae5021101224344a2b1a3af5becf74291fbbfe5 (patch) | |
tree | 8f4c318f895c915a6c343cf4085902649f91d29c | |
parent | 980f57f2d21818957165a73a0f1bc8cc19e10113 (diff) | |
download | openembedded-core-aae5021101224344a2b1a3af5becf74291fbbfe5.tar.gz openembedded-core-aae5021101224344a2b1a3af5becf74291fbbfe5.tar.bz2 openembedded-core-aae5021101224344a2b1a3af5becf74291fbbfe5.tar.xz openembedded-core-aae5021101224344a2b1a3af5becf74291fbbfe5.zip |
gettext: Add depends to gettext to avoid host contamination
[YOCTO #1242]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 0b11a90d8..cc0129f0b 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" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r1" -DEPENDS = "gettext-native virtual/libiconv ncurses expat" -DEPENDS_virtclass-native = "" +PR = "r2" +DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" +DEPENDS_virtclass-native = "libxml2-native" PROVIDES = "virtual/libintl virtual/gettext" PROVIDES_virtclass-native = "" CONFLICTS_${PN} = "proxy-libintl" |