Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gtk-doc.bbclass: unbreak dependency-chain for native recipes
@ 2012-07-26 15:16 Andreas Müller
  2012-07-26 15:19 ` Burton, Ross
  2012-07-26 15:59 ` Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Müller @ 2012-07-26 15:16 UTC (permalink / raw)
  To: openembedded-core


Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta/classes/gtk-doc.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index 8a312f5..be10c75 100644
--- a/meta/classes/gtk-doc.bbclass
+++ b/meta/classes/gtk-doc.bbclass
@@ -7,7 +7,7 @@
 # packages up any existing documentation (so from tarball builds).
 
 DEPENDS_append = " gtk-doc-stub-native"
-DEPENDS_virtclass-native_append = " gtk-doc-stub-native"
+DEPENDS_append_virtclass-native = " gtk-doc-stub-native"
 
 EXTRA_OECONF_append = "\
   --disable-gtk-doc \
-- 
1.7.6.5




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

end of thread, other threads:[~2012-07-26 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 15:16 [PATCH] gtk-doc.bbclass: unbreak dependency-chain for native recipes Andreas Müller
2012-07-26 15:19 ` Burton, Ross
2012-07-26 15:35   ` Andreas Müller
2012-07-26 15:49     ` Chris Larson
2012-07-26 15:59 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox