From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 4631460017 for ; Sun, 10 Jan 2016 20:36:40 +0000 (UTC) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 10 Jan 2016 12:36:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,549,1444719600"; d="scan'208";a="878560706" Received: from mariacha-mobl2.gar.corp.intel.com (HELO peggleto-mobl.ger.corp.intel.com) ([10.255.175.41]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2016 12:36:39 -0800 From: Paul Eggleton To: Richard Purdie Date: Mon, 11 Jan 2016 09:36:36 +1300 Message-ID: <1771478.km9IAYYp8Q@peggleto-mobl.ger.corp.intel.com> Organization: Intel Corporation User-Agent: KMail/4.14.10 (Linux/4.2.8-300.fc23.x86_64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <3794662.0pqDkncOgQ@peggleto-mobl.ger.corp.intel.com> References: <1452277369.7598.136.camel@linuxfoundation.org> <3794662.0pqDkncOgQ@peggleto-mobl.ger.corp.intel.com> MIME-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] pixz: Add 1.0.6 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 20:36:42 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Mon, 11 Jan 2016 09:26:39 Paul Eggleton wrote: > On Fri, 08 Jan 2016 18:22:49 Richard Purdie wrote: > > xz gives better compression results than bzip/gz but is often slower. > > Using parallel compression mitigates this somewhat and is particularly > > useful for the SDK. > > > > Signed-off-by: Richard Purdie > > > > diff --git a/meta/recipes-support/pixz/pixz_1.0.6.bb > > b/meta/recipes-support/pixz/pixz_1.0.6.bb new file mode 100644 > > index 0000000..e6e4ac2 > > --- /dev/null > > +++ b/meta/recipes-support/pixz/pixz_1.0.6.bb > > @@ -0,0 +1,14 @@ > > +SUMMARY = "Parallel, indexed xz compressor" > > + > > +DEPENDS = "xz libarchive" > > + > > +SRC_URI = > > "https://github.com/vasi/pixz/releases/download/v${PV}/${BPN}-${PV}.tar.xz > > " > > Can we rely on this never changing? I thought we'd experienced problems with > github's release tarballs being generated on the fly in the past... Another thing, this seems to fail to build without asciidoc: ------------ snip ------------ checking for src/pixz.1... no checking for a2x... no configure: error: AsciiDoc not found, not able to generate the man page. ------------ snip ------------ This is also related to not supporting B != S, since src/pixz.1 does exist, just in S and not B. If you inherit autotools-brokensep instead of autotools it works. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre