vala(-native): bump to 0.7.7+fso5
[openembedded.git] / recipes / vala / vala-native_git.bb
1 require vala.inc
2 inherit native
3
4 DEPENDS = "glib-2.0-native"
5 # vala from git always needs the latest released version to compile itself
6 DEPENDS += "vala-bootstrap-native"
7 PV = "0.6.0-fso1-gitr${SRCREV}"
8
9 SRC_URI = "\
10   ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \
11   file://static-dbus-methods.patch;patch=1 \
12 "         
13 S = "${WORKDIR}/git"