Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] vala.bbclass: add dependency on vala
@ 2013-09-23 21:42 Slater, Joseph
  2013-09-24  8:24 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Slater, Joseph @ 2013-09-23 21:42 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

From: Joe Slater [mailto:jslater@windriver.com] 
Sent: Monday, September 23, 2013 1:53 PM
To: MacLeod, Randy; Polk, Jeffrey
Cc: lpd-eng-rr
Subject: [PATCH 1/1] vala.bbclass: add dependency on vala

This class points the inheritor to directories in
the target sysroot, so we want to be sure things
like .vapi files are there.

Signed-off-by: Joe Slater <jslater@windriver.com>
---
 meta/classes/vala.bbclass |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/classes/vala.bbclass b/meta/classes/vala.bbclass
index c7db08c..0a98dab 100644
--- a/meta/classes/vala.bbclass
+++ b/meta/classes/vala.bbclass
@@ -1,9 +1,9 @@
 # Vala has problems with multiple concurrent invocations
 PARALLEL_MAKE = ""
 
-# Vala needs vala-native
-DEPENDS += "vala-native"
-DEPENDS_virtclass-native += "vala-native"
+# Vala needs vala-native (and we need vala)
+DEPENDS += "vala-native vala"
+DEPENDS_class-native += "vala-native"
 
 # Our patched version of Vala looks in STAGING_DATADIR for .vapi files
 export STAGING_DATADIR
-- 
1.7.3.4



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

end of thread, other threads:[~2013-09-24  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 21:42 [PATCH 1/1] vala.bbclass: add dependency on vala Slater, Joseph
2013-09-24  8:24 ` Richard Purdie

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