aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-11-10 00:37:09 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-11-10 00:37:09 +0100
commitce3802e207ab25f2f8fe1c663aedb5038a92577f (patch)
tree351649b4613825068c5e5a6bbbade87f032e379b /recipes/vala
parent189fc6375fd364b98b4a9530f547984e159dd838 (diff)
downloadopenembedded-ce3802e207ab25f2f8fe1c663aedb5038a92577f.tar.gz
vala: add unofficial point release 0.7.8.1
Diffstat (limited to 'recipes/vala')
-rw-r--r--recipes/vala/vala-native_0.7.8.1.bb3
-rw-r--r--recipes/vala/vala-native_0.7.8.bb8
-rw-r--r--recipes/vala/vala-native_git.bb6
-rw-r--r--recipes/vala/vala.inc2
-rw-r--r--recipes/vala/vala_0.7.8.1.bb2
-rw-r--r--recipes/vala/vala_0.7.8.bb4
6 files changed, 8 insertions, 17 deletions
diff --git a/recipes/vala/vala-native_0.7.8.1.bb b/recipes/vala/vala-native_0.7.8.1.bb
new file mode 100644
index 0000000000..d6c239f7bf
--- /dev/null
+++ b/recipes/vala/vala-native_0.7.8.1.bb
@@ -0,0 +1,3 @@
+require vala_${PV}.bb
+inherit native
+DEPENDS = "glib-2.0-native"
diff --git a/recipes/vala/vala-native_0.7.8.bb b/recipes/vala/vala-native_0.7.8.bb
deleted file mode 100644
index 7a5cad2d30..0000000000
--- a/recipes/vala/vala-native_0.7.8.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require vala.inc
-inherit native
-
-PR = "r0"
-
-DEPENDS = "glib-2.0-native"
-
-SRC_URI = "${GNOME_MIRROR}/vala/0.7/vala-${PV}.tar.bz2"
diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb
index 545849b9d3..698ad4a301 100644
--- a/recipes/vala/vala-native_git.bb
+++ b/recipes/vala/vala-native_git.bb
@@ -3,11 +3,9 @@ inherit native
DEPENDS = "glib-2.0-native"
# vala from git always needs the latest released version to compile itself
-DEPENDS += "vala-bootstrap-native"
-PV = "0.6.0-fso1-gitr${SRCREV}"
+PV = "0.7.0-fso1-gitr${SRCREV}"
SRC_URI = "\
- ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \
- file://static-dbus-methods.patch;patch=1 \
+ ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=pending-upstream-move \
"
S = "${WORKDIR}/git"
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index f45d557c88..258a3f7498 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -4,7 +4,7 @@ SECTION = "devel"
DEPENDS = "glib-2.0 dbus"
HOMEPAGE = "http://vala-project.org"
LICENSE = "LGPL"
-INC_PR = "r1"
+INC_PR = "r2"
SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz"
diff --git a/recipes/vala/vala_0.7.8.1.bb b/recipes/vala/vala_0.7.8.1.bb
new file mode 100644
index 0000000000..a5b1958f2c
--- /dev/null
+++ b/recipes/vala/vala_0.7.8.1.bb
@@ -0,0 +1,2 @@
+require vala.inc
+PR = "${INC_PR}.0"
diff --git a/recipes/vala/vala_0.7.8.bb b/recipes/vala/vala_0.7.8.bb
deleted file mode 100644
index 2d0b5b7765..0000000000
--- a/recipes/vala/vala_0.7.8.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require vala.inc
-PR = "r0"
-
-SRC_URI = "${GNOME_MIRROR}/vala/0.7/vala-${PV}.tar.bz2"