aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-08-29 12:28:14 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-08-29 12:29:46 +0200
commit4123611d603fe742c99c3a515c07776aca86b398 (patch)
tree74b44582b8c307b64d1adb02c73c1c0fa48120cf /recipes/vala
parentdc993ead7ee168bc26e31f780a7f1161aa34345d (diff)
downloadopenembedded-4123611d603fe742c99c3a515c07776aca86b398.tar.gz
vala: add 0.9.6.1
NOTE: Unfortunately upstream decided to change the PC version, so this and later versions claim to be vala-0.10 instead of vala-1.0. Please adjust your configure.ac, if necessary. To ease the transition, we install vala-1.0.pc as well in the meantime.
Diffstat (limited to 'recipes/vala')
-rw-r--r--recipes/vala/vala_0.9.6.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/vala/vala_0.9.6.1.bb b/recipes/vala/vala_0.9.6.1.bb
new file mode 100644
index 0000000000..5920b01155
--- /dev/null
+++ b/recipes/vala/vala_0.9.6.1.bb
@@ -0,0 +1,10 @@
+require vala.inc
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "bdbd45ea446c11ccf58af86e49f2168c"
+SRC_URI[archive.sha256sum] = "7377856c1ca6249ae6c6c654ba03ced6cbf84ac3e97f61f2dfbb210277e84a20"
+
+# also register as Vala 1.0 to ease the transition
+do_install_append() {
+ install -m 0644 vala-0.10.pc ${D}${libdir}/pkgconfig/vala-1.0.pc
+}