aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala/vala.inc
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-27 10:05:24 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-28 09:11:53 +0200
commita23c4cc90bb9505a5a3446790538e65a512bfe40 (patch)
tree1a5b4c029045e9671be65aa61fdbba78adef9dd0 /recipes/vala/vala.inc
parent38d4c8a1b4074698351cb3aa37f4912d36bbdd46 (diff)
downloadopenembedded-a23c4cc90bb9505a5a3446790538e65a512bfe40.tar.gz
vala-[native]: update to 0.8.0.95
Diffstat (limited to 'recipes/vala/vala.inc')
-rw-r--r--recipes/vala/vala.inc13
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index 5815866e71..1cecc098f9 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -4,11 +4,18 @@ SECTION = "devel"
DEPENDS = "glib-2.0 dbus"
HOMEPAGE = "http://vala-project.org"
LICENSE = "LGPL"
-INC_PR = "r0"
+INC_PR = "r1"
-SRC_URI = "http://downloads.freesmartphone.org/sources/vala-${PV}.tar.bz2;name=archive"
+#
+# WARNING: This source release has specifically been built for OpenEmbedded.
+# Don't update to an upstream release!
+#
-inherit autotools_stage
+SRC_URI = "\
+ http://downloads.freesmartphone.org/sources/vala-${PV}.tar.bz2;name=archive \
+"
+
+inherit autotools
EXTRA_OECONF = "--disable-vapigen"