[oe-commits] Michael 'Mickey' Lauer : vala-bootstrap-native: bring back timestamp hack; still necessary

GIT User account git at amethyst.openembedded.net
Wed Apr 8 10:15:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2b4bf8dbde03ada2e8d3eef295c31c95431e4c84
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2b4bf8dbde03ada2e8d3eef295c31c95431e4c84

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Apr  8 12:12:00 2009 +0200

vala-bootstrap-native: bring back timestamp hack; still necessary

---

 recipes/vala/vala-bootstrap-native_0.6.0.bb |    6 ++++++
 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 bc99ebf..8cc3acb 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
+}
+





More information about the Openembedded-commits mailing list