aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala/vala-native_git.bb
blob: 698ad4a3012e6d7ce0952f26533b760133d8d90a (plain)
1
2
3
4
5
6
7
8
9
10
11
require vala.inc
inherit native

DEPENDS = "glib-2.0-native"
# vala from git always needs the latest released version to compile itself
PV = "0.7.0-fso1-gitr${SRCREV}"

SRC_URI = "\
  ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=pending-upstream-move \
"         
S = "${WORKDIR}/git"