[oe-commits] Tom Rini : vala.bbclass: Add vala-native to virtclass-native DEPENDS.

git version control git at git.openembedded.org
Sat May 1 16:30:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 01eb971bc8ce421a4e9ef1f2a4c8c88a4ae95415
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01eb971bc8ce421a4e9ef1f2a4c8c88a4ae95415

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sat May  1 09:29:35 2010 -0700

vala.bbclass:  Add vala-native to virtclass-native DEPENDS.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 classes/vala.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/vala.bbclass b/classes/vala.bbclass
index 3510a8a..11a85db 100644
--- a/classes/vala.bbclass
+++ b/classes/vala.bbclass
@@ -3,6 +3,7 @@ PARALLEL_MAKE = ""
 
 # Vala needs vala-native
 DEPENDS += "vala-native"
+DEPENDS_virtclass-native += "vala-native"
 
 # Vala looks in STAGING_DATADIR for .vapi files
 export STAGING_DATADIR





More information about the Openembedded-commits mailing list