arora: add 0.10.2, needed to build against qt 4.6.x
authorKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 13:36:53 +0000 (15:36 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 13:36:53 +0000 (15:36 +0200)
recipes/webkit/arora-e_0.10.2.bb [new file with mode: 0644]
recipes/webkit/arora.inc
recipes/webkit/arora_0.10.2.bb [new file with mode: 0644]

diff --git a/recipes/webkit/arora-e_0.10.2.bb b/recipes/webkit/arora-e_0.10.2.bb
new file mode 100644 (file)
index 0000000..f73f580
--- /dev/null
@@ -0,0 +1,6 @@
+inherit qt4e
+
+SRC_URI[arora.md5sum] = "ccef0f214e0f03828cde8c521f7a5225"
+SRC_URI[arora.sha256sum] = "7b5bdbb01dccc27776c65f7aa7e4557c5ac23b07494d935523ffce7d7cece9da"
+
+require arora.inc
index 72ae94b..597dc51 100644 (file)
@@ -4,7 +4,7 @@ HOMEPAGE = "http://code.google.com/p/arora/"
 
 PR = "r2"
 
-SRC_URI = "http://arora.googlecode.com/files/arora-${PV}.tar.gz"
+SRC_URI = "http://arora.googlecode.com/files/arora-${PV}.tar.gz;name=arora"
 
 S = "${WORKDIR}/arora-${PV}"
 
diff --git a/recipes/webkit/arora_0.10.2.bb b/recipes/webkit/arora_0.10.2.bb
new file mode 100644 (file)
index 0000000..ebb9ddb
--- /dev/null
@@ -0,0 +1,6 @@
+inherit qt4x11
+
+SRC_URI[arora.md5sum] = "ccef0f214e0f03828cde8c521f7a5225"
+SRC_URI[arora.sha256sum] = "7b5bdbb01dccc27776c65f7aa7e4557c5ac23b07494d935523ffce7d7cece9da"
+
+require arora.inc