[oe-commits] Koen Kooi : arora: fix copy/paste error

git version control git at git.openembedded.org
Fri Jul 30 12:11:53 UTC 2010


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

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

arora: fix copy/paste error

---

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





More information about the Openembedded-commits mailing list