diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-30 14:11:36 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-30 14:11:36 +0200 |
commit | 07ed08cfbf682d7175cdf50348a70ae992c87175 (patch) | |
tree | cb643d67a40c6da08648c34943b0b14d86567fa9 /recipes/webkit/arora.inc | |
parent | 44b3366a11cda49a503037286cd95089e96ea01a (diff) |
arora: fix copy/paste error
Diffstat (limited to 'recipes/webkit/arora.inc')
-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 95df1f10b8..cf5df23f50 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 = "r4" +PR = "r5" 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-utils" +RDEPENDS_${PN} += "arora-data arago-utils" |