summaryrefslogtreecommitdiff
path: root/recipes/vala
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vala')
-rw-r--r--recipes/vala/vala-bootstrap-native_0.6.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/vala/vala-bootstrap-native_0.6.0.bb b/recipes/vala/vala-bootstrap-native_0.6.0.bb
index bc99ebf0a6..8cc3acb52b 100644
--- a/recipes/vala/vala-bootstrap-native_0.6.0.bb
+++ b/recipes/vala/vala-bootstrap-native_0.6.0.bb
@@ -2,3 +2,9 @@ require vala_${PV}.bb
inherit native
DEPENDS = "glib-2.0-native"
+
+# work around timestamp problem in tarball
+do_compile_prepend() {
+ touch gobject/gobject.vala.stamp
+}
+