aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-05 11:28:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:30:13 +0100
commite33bd6024c5f4cdd5c16d51e9b5c75ec4e1f1fb8 (patch)
treef970106deb10b182117f2ff8c990cb8b2456cf75 /meta/recipes-core/gettext
parent32faad3b901345a31978664fd1743c9a1729c67d (diff)
downloadopenembedded-core-contrib-e33bd6024c5f4cdd5c16d51e9b5c75ec4e1f1fb8.tar.gz
Misc: Corrected the dependency on non-native for -native package.
[YOCTO #1336] Corrected the wrong dependency on non-native for -native packages for the following recipes: - util-macros - intltool Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r--meta/recipes-core/gettext/gettext_0.18.1.1.bb2
1 files changed, 1 insertions, 1 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 cc0129f0b8..9ec851e931 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -9,7 +9,7 @@ PR = "r2"
DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
DEPENDS_virtclass-native = "libxml2-native"
PROVIDES = "virtual/libintl virtual/gettext"
-PROVIDES_virtclass-native = ""
+PROVIDES_virtclass-native = "virtual/gettext-native"
CONFLICTS_${PN} = "proxy-libintl"
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
"