aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-07 12:02:57 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-08 10:23:17 -0700
commitead41015961eb8961e1bfbd38059c6346ae93ba7 (patch)
tree6213867ba29a485d802d88bfeb704487f54b8928
parent3fced48d31281a26f8d08006ed7c101e787ec8f5 (diff)
downloadopenembedded-ead41015961eb8961e1bfbd38059c6346ae93ba7.tar.gz
gettext.bbclass: Drop target gettext from DEPENDS.
This should be handled via virtual/libintl already. Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--classes/gettext.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gettext.bbclass b/classes/gettext.bbclass
index 968531b4ed..6c480b5c6a 100644
--- a/classes/gettext.bbclass
+++ b/classes/gettext.bbclass
@@ -11,7 +11,7 @@ python () {
gettext_after_parse(d)
}
-DEPENDS_GETTEXT = "gettext gettext-native virtual/libiconv virtual/libintl"
+DEPENDS_GETTEXT = "gettext-native virtual/libiconv virtual/libintl"
DEPENDS =+ "${DEPENDS_GETTEXT}"
EXTRA_OECONF += "--enable-nls"