[oe-commits] Koen Kooi : arora: try a bit harder to be parallel installable

git version control git at git.openembedded.org
Fri Jul 30 12:08:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 44b3366a11cda49a503037286cd95089e96ea01a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=44b3366a11cda49a503037286cd95089e96ea01a

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jul 30 14:08:00 2010 +0200

arora: try a bit harder to be parallel installable

---

 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 83bc2c1..95df1f1 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"
 





More information about the Openembedded-commits mailing list