aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-11-12 15:44:53 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-11-12 15:47:43 +0000
commit909f2ce8d68a88b83074e856390b4121c9260079 (patch)
tree2282087aab3b384756a4b8e8b252bbdce05b51e4 /recipes/vala
parent1de62e68d1786147b68f1ba0ca6c2a877752a072 (diff)
downloadopenembedded-909f2ce8d68a88b83074e856390b4121c9260079.tar.gz
vala-native: remove git repository; we prefer release versions for it nowadays
Diffstat (limited to 'recipes/vala')
-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"