From 2b4bf8dbde03ada2e8d3eef295c31c95431e4c84 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 8 Apr 2009 12:12:00 +0200 Subject: vala-bootstrap-native: bring back timestamp hack; still necessary --- recipes/vala/vala-bootstrap-native_0.6.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes/vala') 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 +} + -- cgit 1.2.3-korg