[oe] [PATCH] gettext.bbclass: Drop target gettext from DEPENDS.

Tom Rini tom_rini at mentor.com
Mon Mar 7 19:03:37 UTC 2011


This should be handled via virtual/libintl already.

Signed-off-by: Tom Rini <tom_rini at mentor.com>
---
 classes/gettext.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/gettext.bbclass b/classes/gettext.bbclass
index 968531b..6c480b5 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"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list