From: Koen Kooi Date: Sun, 28 Mar 2010 13:36:53 +0000 (+0200) Subject: arora: add 0.10.2, needed to build against qt 4.6.x X-Git-Tag: Release-2010-05/1~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a81c021cb61ce09133917efe7d5ab213a5275a7;p=openembedded.git arora: add 0.10.2, needed to build against qt 4.6.x --- 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 0000000000..f73f5802df --- /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 72ae94beab..597dc5102c 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 0000000000..ebb9ddb31c --- /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