aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-01-04 04:02:06 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-07 14:42:30 -0800
commitaf261ba6ea6ba79c36a9025960791a1838f1598e (patch)
tree92738170d96c8b04ecee28268b1b4895db397251
parent7af84fb26f0beb18214579fbd42fde4d34ed584c (diff)
downloadopenembedded-af261ba6ea6ba79c36a9025960791a1838f1598e.tar.gz
xz: bump version
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/xz/xz.inc1
-rw-r--r--recipes/xz/xz_4.999.9beta.bb5
-rw-r--r--recipes/xz/xz_5.0.0.bb5
3 files changed, 6 insertions, 5 deletions
diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc
index cc4f966e66..ad23884636 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 8733023aa0..0000000000
--- 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 0000000000..cbf11129ff
--- /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"