aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala/vala-native_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vala/vala-native_git.bb')
-rw-r--r--recipes/vala/vala-native_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb
new file mode 100644
index 0000000000..66abd5e292
--- /dev/null
+++ b/recipes/vala/vala-native_git.bb
@@ -0,0 +1,17 @@
+require vala_0.5.7.bb
+# vala from git always needs the latest released version to compile itself
+DEPENDS = "vala-native"
+
+SRCREV = "e7462e3ed00b75c16c11c27f6d8a640c7f35fafc"
+PV := "0.5.7+0.5.8pre02-gitr${SRCREV}"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "\
+ ${FREESMARTPHONE_GIT}/vala;protocol=git;branch=master \
+ file://static-dbus-methods.patch;patch=1 \
+"
+S = "${WORKDIR}/git"
+
+inherit native
+DEPENDS = "glib-2.0-native"