diff options
Diffstat (limited to 'recipes/webkit')
-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" |