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

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

SRC_URI = "\
  ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \
  file://static-dbus-methods.patch;patch=1 \
"         
S = "${WORKDIR}/git"