aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala
diff options
context:
space:
mode:
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
+}