aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-08 12:12:00 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-08 12:12:26 +0200
commit2b4bf8dbde03ada2e8d3eef295c31c95431e4c84 (patch)
treea8148c9db896bf5218f6750aea34cfe06f9e549a /recipes/vala
parentac0e1bd19cec64b5194175e168a6efb256cc9261 (diff)
downloadopenembedded-2b4bf8dbde03ada2e8d3eef295c31c95431e4c84.tar.gz
vala-bootstrap-native: bring back timestamp hack; still necessary
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
+}
+