[oe-commits] Andreas Müller : xarchiver: add bzip2 to RRECOMMENDS_${PN}

git at git.openembedded.org git at git.openembedded.org
Wed Mar 14 03:08:20 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: a463a839605c7a3891b83b100460b066035ebde5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a463a839605c7a3891b83b100460b066035ebde5

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Mar 13 10:30:52 2012 +0000

xarchiver: add bzip2 to RRECOMMENDS_${PN}

error message for *.tar.bz2 was
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar (child): Error is not recoverable: exiting now
tar (child): bzip2: Cannot exec: No such file or directory

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../recipes-apps/xarchiver/xarchiver_0.5.2.bb      |    3 ++-
 1 files changed, 2 insertions(+), 1 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 5c6b7f5..68216cc 100644
--- a/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager"
 HOMEPAGE = "http://xarchiver.sourceforge.net"
 SECTION = "x11"
+PR = "r1"
 
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
@@ -13,4 +14,4 @@ SRC_URI[sha256sum] = "cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa6
 
 inherit gettext pkgconfig autotools gtk-icon-cache
 
-RRECOMMENDS_${PN} = "lzop zip tar"
+RRECOMMENDS_${PN} = "lzop zip tar bzip2"





More information about the Openembedded-commits mailing list