aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala/vala-native_0.5.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vala/vala-native_0.5.7.bb')
-rw-r--r--recipes/vala/vala-native_0.5.7.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/vala/vala-native_0.5.7.bb b/recipes/vala/vala-native_0.5.7.bb
new file mode 100644
index 0000000000..735c93f3f6
--- /dev/null
+++ b/recipes/vala/vala-native_0.5.7.bb
@@ -0,0 +1,10 @@
+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
+}
+