698ad4a3012e6d7ce0952f26533b760133d8d90a
[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 PV = "0.7.0-fso1-gitr${SRCREV}"
7
8 SRC_URI = "\
9   ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=pending-upstream-move \
10 "         
11 S = "${WORKDIR}/git"