arora: try a bit harder to be parallel installable
authorKoen Kooi <koen@openembedded.org>
Fri, 30 Jul 2010 12:08:00 +0000 (14:08 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 30 Jul 2010 12:08:00 +0000 (14:08 +0200)
recipes/webkit/arora.inc

index 83bc2c1..95df1f1 100644 (file)
@@ -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"