All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gettext.bbclass: Drop target gettext from DEPENDS.
@ 2011-03-07 19:03 Tom Rini
  2011-03-07 19:38 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2011-03-07 19:03 UTC (permalink / raw)
  To: openembedded-devel

This should be handled via virtual/libintl already.

Signed-off-by: Tom Rini <tom_rini@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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-08 18:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 19:03 [PATCH] gettext.bbclass: Drop target gettext from DEPENDS Tom Rini
2011-03-07 19:38 ` Khem Raj
2011-03-08 17:24   ` Tom Rini
2011-03-08 17:53     ` Anand Anand
2011-03-08 18:29       ` Henning Heinold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.