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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/vala/vala-bootstrap-native_0.6.0.bb b/recipes/vala/vala-bootstrap-native_0.6.0.bb deleted file mode 100644 index 36db7174a6..0000000000 --- a/recipes/vala/vala-bootstrap-native_0.6.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -require vala.inc -PR = "r2" - -inherit native -DEPENDS = "glib-2.0-native" - -# work around timestamp problem in tarball -do_compile_prepend() { - touch gobject/gobject.vala.stamp -} - |