diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-30 14:08:00 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-30 14:08:00 +0200 |
commit | 44b3366a11cda49a503037286cd95089e96ea01a (patch) | |
tree | 3889d59cbaffe2bd5114e243b64ff3b6a5519ec4 | |
parent | c4e035c56f80c11b8a92adda7885d3cdc64e58bf (diff) |
arora: try a bit harder to be parallel installable
-rw-r--r-- | recipes/webkit/arora.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/webkit/arora.inc b/recipes/webkit/arora.inc index 83bc2c1f57..95df1f10b8 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 = "r3" +PR = "r4" SRC_URI = "http://arora.googlecode.com/files/arora-${PV}.tar.gz;name=arora" @@ -47,9 +47,9 @@ do_install() { } -PACKAGES =+ "arora-data" +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" - +RDEPENDS_${PN} += "arora-data-utils" |