From: Michael 'Mickey' Lauer Date: Wed, 8 Apr 2009 10:12:00 +0000 (+0200) Subject: vala-bootstrap-native: bring back timestamp hack; still necessary X-Git-Tag: Release-2010-05/1~3789^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4bf8dbde03ada2e8d3eef295c31c95431e4c84;p=openembedded.git vala-bootstrap-native: bring back timestamp hack; still necessary --- 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 +} +