| Submitter | Andreas Müller |
|---|---|
| Date | Nov. 12, 2012, 11:54 a.m. |
| Message ID | <1352721267-367-6-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/38863/ |
| State | Superseded |
| Headers | show |
Comments
On Mon, Nov 12, 2012 at 12:54 PM, Andreas Müller <schnitzeltony@googlemail.com> wrote: > > Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> > --- > .../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 f47a3bc..79af6a4 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 = "r2" > +PR = "r3" > > 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 unzip" > +RRECOMMENDS_${PN} = "lzop zip tar bzip2" > -- > 1.7.6.5 > Damn - this one should not go in !!! Send V2.. Sorry Andreas
Patch
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 f47a3bc..79af6a4 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 = "r2" +PR = "r3" 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 unzip" +RRECOMMENDS_${PN} = "lzop zip tar bzip2"
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- .../recipes-apps/xarchiver/xarchiver_0.5.2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)