diff options
Diffstat (limited to 'recipes/vala/vala-bootstrap-native_0.6.0.bb')
-rw-r--r-- | recipes/vala/vala-bootstrap-native_0.6.0.bb | 10 |
1 files changed, 10 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 new file mode 100644 index 0000000000..8cc3acb52b --- /dev/null +++ b/recipes/vala/vala-bootstrap-native_0.6.0.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 +} + |