[oe-commits] Michael 'Mickey' Lauer : vala: add 0.9.6.1

git version control git at git.openembedded.org
Sun Aug 29 10:21:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4123611d603fe742c99c3a515c07776aca86b398
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4123611d603fe742c99c3a515c07776aca86b398

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Aug 29 12:28:14 2010 +0200

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.

---

 recipes/vala/vala_0.9.6.1.bb |   10 ++++++++++
 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 0000000..5920b01
--- /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
+}





More information about the Openembedded-commits mailing list