summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/vala/vala-native_0.7.7+fso5.bb8
-rw-r--r--recipes/vala/vala.inc4
-rw-r--r--recipes/vala/vala_0.7.7+fso5.bb4
3 files changed, 14 insertions, 2 deletions
diff --git a/recipes/vala/vala-native_0.7.7+fso5.bb b/recipes/vala/vala-native_0.7.7+fso5.bb
new file mode 100644
index 0000000000..b3d147dd69
--- /dev/null
+++ b/recipes/vala/vala-native_0.7.7+fso5.bb
@@ -0,0 +1,8 @@
+require vala.inc
+inherit native
+
+PR = "r0"
+
+DEPENDS = "glib-2.0-native"
+
+SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2"
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index 7c1e70a456..f45d557c88 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -4,12 +4,12 @@ SECTION = "devel"
DEPENDS = "glib-2.0 dbus"
HOMEPAGE = "http://vala-project.org"
LICENSE = "LGPL"
-INC_PR = "r0"
+INC_PR = "r1"
SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz"
inherit autotools_stage
-EXTRA_OECONF = "--enable-vapigen"
+EXTRA_OECONF = "--disable-vapigen"
FILES_${PN}-doc += ${datadir}/devhelp
diff --git a/recipes/vala/vala_0.7.7+fso5.bb b/recipes/vala/vala_0.7.7+fso5.bb
new file mode 100644
index 0000000000..df0b593ec3
--- /dev/null
+++ b/recipes/vala/vala_0.7.7+fso5.bb
@@ -0,0 +1,4 @@
+require vala.inc
+PR = "r0"
+
+SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2"