diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-30 14:14:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-30 14:14:17 +0200 |
commit | 8ccad253ebdd79edc46e37bbe94f4bd3a2363c5d (patch) | |
tree | e13b10f8aa27030c58b2db5c26b5fa16656fbae9 | |
parent | 07ed08cfbf682d7175cdf50348a70ae992c87175 (diff) |
arora: more c/p unbreakage
*need more coffee*
-rw-r--r-- | recipes/webkit/arora.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/webkit/arora.inc b/recipes/webkit/arora.inc index cf5df23f50..5d41a2e685 100644 --- a/recipes/webkit/arora.inc +++ b/recipes/webkit/arora.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Arora is a lightweight cross-platform web browser" LICENE = "GPLv2" HOMEPAGE = "http://code.google.com/p/arora/" -PR = "r5" +PR = "r6" SRC_URI = "http://arora.googlecode.com/files/arora-${PV}.tar.gz;name=arora" @@ -51,5 +51,5 @@ PACKAGES =+ "arora-data arora-utils" FILES_arora-data += "${datadir}/pixmaps ${datadir}/applications ${datadir}/arora ${datadir}/gnome-control-center ${datadir}/icons" FILES_arora-utils += "${bindir}/arora-cacheinfo ${bindir}/arora-placesimport ${bindir}/htmlToXBel" -RDEPENDS_${PN} += "arora-data arago-utils" +RDEPENDS_${PN} += "arora-data arora-utils" |