aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala/vala-native_git.bb
blob: 44e42bd205ff3f883de222b1dbf8f6edf18cdbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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${SRCPV}"
PE = "1"

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