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.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb
deleted file mode 100644
index 698ad4a301..0000000000
--- a/recipes/vala/vala-native_git.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-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"