From 4586a3b9abd6f01592b1f4b27f8a2b6c51fb9668 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 13 Mar 2012 10:30:53 +0000 Subject: xarchiver: add unzip to RRECOMMENDS_${PN} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit opening *.zip caused: Failed to execute child process "zipinfo" (No such file or directory) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-xfce/recipes-apps') diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb index 68216ccb3f..f47a3bc9ae 100644 --- a/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager" HOMEPAGE = "http://xarchiver.sourceforge.net" SECTION = "x11" -PR = "r1" +PR = "r2" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" @@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa6 inherit gettext pkgconfig autotools gtk-icon-cache -RRECOMMENDS_${PN} = "lzop zip tar bzip2" +RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip" -- cgit 1.2.3-korg