[oe-commits] Koen Kooi : arora: add 0.10.2, needed to build against qt 4.6.x

git version control git at git.openembedded.org
Sun Mar 28 13:41:45 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Mar 28 15:36:53 2010 +0200

arora: add 0.10.2, needed to build against qt 4.6.x

---

 recipes/webkit/arora-e_0.10.2.bb |    6 ++++++
 recipes/webkit/arora.inc         |    2 +-
 recipes/webkit/arora_0.10.2.bb   |    6 ++++++
 3 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/recipes/webkit/arora-e_0.10.2.bb b/recipes/webkit/arora-e_0.10.2.bb
new file mode 100644
index 0000000..f73f580
--- /dev/null
+++ b/recipes/webkit/arora-e_0.10.2.bb
@@ -0,0 +1,6 @@
+inherit qt4e
+
+SRC_URI[arora.md5sum] = "ccef0f214e0f03828cde8c521f7a5225"
+SRC_URI[arora.sha256sum] = "7b5bdbb01dccc27776c65f7aa7e4557c5ac23b07494d935523ffce7d7cece9da"
+
+require arora.inc
diff --git a/recipes/webkit/arora.inc b/recipes/webkit/arora.inc
index 72ae94b..597dc51 100644
--- a/recipes/webkit/arora.inc
+++ b/recipes/webkit/arora.inc
@@ -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
index 0000000..ebb9ddb
--- /dev/null
+++ b/recipes/webkit/arora_0.10.2.bb
@@ -0,0 +1,6 @@
+inherit qt4x11
+
+SRC_URI[arora.md5sum] = "ccef0f214e0f03828cde8c521f7a5225"
+SRC_URI[arora.sha256sum] = "7b5bdbb01dccc27776c65f7aa7e4557c5ac23b07494d935523ffce7d7cece9da"
+
+require arora.inc





More information about the Openembedded-commits mailing list