summaryrefslogtreecommitdiffstats
path: root/packages/vala/vala-native_0.5.7.bb
blob: 735c93f3f619978545446497da431f09f07c4e66 (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
}