aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala/vala-bootstrap-native_0.6.0.bb
blob: 8cc3acb52bef8f24cf80b730b41fa2b19a5a05ae (plain)
1
2
3
4
5
6
7
8
9
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
}