diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-13 10:30:53 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2012-03-13 20:03:37 -0700 |
commit | 4586a3b9abd6f01592b1f4b27f8a2b6c51fb9668 (patch) | |
tree | c08c0f6b27d8eecf4854c35a5a860cab8b6f46ad /meta-xfce | |
parent | a463a839605c7a3891b83b100460b066035ebde5 (diff) | |
download | meta-openembedded-4586a3b9abd6f01592b1f4b27f8a2b6c51fb9668.tar.gz |
xarchiver: add unzip to RRECOMMENDS_${PN}
opening *.zip caused:
Failed to execute child process "zipinfo" (No such file or directory)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 68216ccb3..f47a3bc9a 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 @@ | |||
1 | DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager" | 1 | DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager" |
2 | HOMEPAGE = "http://xarchiver.sourceforge.net" | 2 | HOMEPAGE = "http://xarchiver.sourceforge.net" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
@@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa6 | |||
14 | 14 | ||
15 | inherit gettext pkgconfig autotools gtk-icon-cache | 15 | inherit gettext pkgconfig autotools gtk-icon-cache |
16 | 16 | ||
17 | RRECOMMENDS_${PN} = "lzop zip tar bzip2" | 17 | RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip" |