[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 21:02:27 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: b64eb173493845b4173707bd75c68a7220c63696
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b64eb173493845b4173707bd75c68a7220c63696

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

---

 packages/vala/vala-bootstrap-native_0.6.0.bb |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/packages/vala/vala-bootstrap-native_0.6.0.bb b/packages/vala/vala-bootstrap-native_0.6.0.bb
new file mode 100644
index 0000000..4b653d5
--- /dev/null
+++ b/packages/vala/vala-bootstrap-native_0.6.0.bb
@@ -0,0 +1,11 @@
+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