From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 12/12] xz: bump version
Date: Tue, 11 Jan 2011 21:18:54 +0100 [thread overview]
Message-ID: <20110111201854.GF6584@mx.loc> (raw)
In-Reply-To: <1294084926-3115-12-git-send-email-rep.dot.nop@gmail.com>
ping?
A follow-up could also
diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc
index ad23884..2ad345e 100644
--- a/recipes/xz/xz.inc
+++ b/recipes/xz/xz.inc
@@ -4,7 +4,7 @@ LICENSE = "Public Domain"
HOMEPAGE = "http://tukaani.org/xz/"
INC_PR = "r0"
S ?= "${WORKDIR}/xz-${PV}"
-EXTRA_OECONF = "--enable-shared"
+EXTRA_OECONF = "--enable-shared --enable-small --disable-lzma-links"
BBCLASSEXTEND = "native"
inherit autotools
but that's for another day..
On Mon, Jan 03, 2011 at 09:02:06PM +0100, Bernhard Reutner-Fischer wrote:
>Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
>---
> recipes/xz/xz.inc | 1 +
> recipes/xz/xz_4.999.9beta.bb | 5 -----
> recipes/xz/xz_5.0.0.bb | 5 +++++
> 3 files changed, 6 insertions(+), 5 deletions(-)
> delete mode 100644 recipes/xz/xz_4.999.9beta.bb
> create mode 100644 recipes/xz/xz_5.0.0.bb
>
>diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc
>index cc4f966..ad23884 100644
>--- a/recipes/xz/xz.inc
>+++ b/recipes/xz/xz.inc
>@@ -1,6 +1,7 @@
> DESCRIPTION = "XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils are the successor to LZMA Utils."
> SECTION = "console/utils"
> LICENSE = "Public Domain"
>+HOMEPAGE = "http://tukaani.org/xz/"
> INC_PR = "r0"
> S ?= "${WORKDIR}/xz-${PV}"
> EXTRA_OECONF = "--enable-shared"
>diff --git a/recipes/xz/xz_4.999.9beta.bb b/recipes/xz/xz_4.999.9beta.bb
>deleted file mode 100644
>index 8733023..0000000
>--- a/recipes/xz/xz_4.999.9beta.bb
>+++ /dev/null
>@@ -1,5 +0,0 @@
>-require xz.inc
>-PR = "${INC_PR}.0"
>-SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.bz2;name=xz"
>-SRC_URI[xz.md5sum] = "cc4044fcc073b8bcf3164d1d0df82161"
>-SRC_URI[xz.sha256sum] = "330312c4397608d8b7be362cc7edbfeafa6101614bc2164d816ea767656aa15c"
>diff --git a/recipes/xz/xz_5.0.0.bb b/recipes/xz/xz_5.0.0.bb
>new file mode 100644
>index 0000000..cbf1112
>--- /dev/null
>+++ b/recipes/xz/xz_5.0.0.bb
>@@ -0,0 +1,5 @@
>+require xz.inc
>+PR = "${INC_PR}.0"
>+SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.bz2"
>+SRC_URI[md5sum] = "0652c09fdbb93ae2ce78c1368ffda612"
>+SRC_URI[sha256sum] = "47a89e65c4690364a0123871a221e663d23a9fbd1ca756a804b10dd4006056d8"
>--
>1.7.2.3
>
next prev parent reply other threads:[~2011-01-11 20:19 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-03 20:01 [PATCH 01/12] gstd: fix type in RRECOMENDS Bernhard Reutner-Fischer
2011-01-03 20:01 ` [PATCH 02/12] class_image: fix typos Bernhard Reutner-Fischer
2011-01-03 20:28 ` Roman I Khimov
2011-01-03 20:01 ` [PATCH 03/12] image.bbclass: rm symlink destination via ln Bernhard Reutner-Fischer
2011-01-03 20:31 ` Roman I Khimov
2011-01-03 20:01 ` [PATCH 04/12] bitbake.conf: add cpio and ext4 .xz support Bernhard Reutner-Fischer
2011-01-03 20:01 ` [PATCH 05/12] uclibc: shared-flat: put crtreloc.o into -dev package Bernhard Reutner-Fischer
2011-01-11 19:47 ` Bernhard Reutner-Fischer
2011-01-12 7:43 ` Khem Raj
2011-01-03 20:02 ` [PATCH 06/12] busybox: remove superfluous newlines from mdev init script Bernhard Reutner-Fischer
2011-01-03 20:37 ` Roman I Khimov
2011-01-03 20:02 ` [PATCH 07/12] busybox: simplify handling of busybox-static Bernhard Reutner-Fischer
2011-01-11 19:53 ` Bernhard Reutner-Fischer
2011-01-12 20:41 ` Otavio Salvador
2011-01-03 20:02 ` [PATCH 08/12] busybox: provide -passwd and -shadow packages Bernhard Reutner-Fischer
2011-01-03 21:01 ` Roman I Khimov
2011-01-03 21:13 ` Bernhard Reutner-Fischer
2011-01-03 20:02 ` [PATCH 09/12] busybox: provide postrm for package mdev Bernhard Reutner-Fischer
2011-01-03 20:54 ` Roman I Khimov
2011-01-04 11:58 ` Wolfgang Hauser
2011-01-04 12:22 ` Otavio Salvador
2011-01-04 12:54 ` Wolfgang Hauser
2011-01-11 19:41 ` Bernhard Reutner-Fischer
2011-01-12 11:07 ` Otavio Salvador
2011-01-03 20:02 ` [PATCH 10/12] busybox: simplify update-rc.d OPT handling Bernhard Reutner-Fischer
2011-01-03 20:30 ` Roman I Khimov
2011-01-03 21:09 ` Bernhard Reutner-Fischer
2011-01-13 22:17 ` Otavio Salvador
2011-01-03 20:02 ` [PATCH 11/12] glib-2.0: fix compilation for !IPv6 Bernhard Reutner-Fischer
2011-01-03 20:02 ` [PATCH 12/12] xz: bump version Bernhard Reutner-Fischer
2011-01-11 20:18 ` Bernhard Reutner-Fischer [this message]
2011-01-12 7:40 ` Khem Raj
2011-01-03 20:12 ` [PATCH 01/12] gstd: fix type in RRECOMENDS Frans Meulenbroeks
2011-01-03 20:16 ` Koen Kooi
2011-01-03 20:31 ` Bernhard Reutner-Fischer
2011-01-03 20:28 ` Roman I Khimov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110111201854.GF6584@mx.loc \
--to=rep.dot.nop@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox