summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pigz/pigz.inc
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2013-10-24 13:40:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 16:08:41 +0100
commit78b91ab23d9856525fc7ac1bb8da2975382813bf (patch)
tree5343bb2028315cc1852965308578fe07e84b7ce9 /meta/recipes-extended/pigz/pigz.inc
parent31d041bdb1e0994cc7462c6e089faecb58c84960 (diff)
downloadast2050-yocto-poky-78b91ab23d9856525fc7ac1bb8da2975382813bf.zip
ast2050-yocto-poky-78b91ab23d9856525fc7ac1bb8da2975382813bf.tar.gz
pigz: bump to 2.3.1
Update pigz to latest release - 2.3.1 Drop ldflags.patch as it has been merged upstream (From OE-Core rev: 8081dcb03f54efd551d1c8fe8a0484f8270053e0) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pigz/pigz.inc')
-rw-r--r--meta/recipes-extended/pigz/pigz.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc
index 5ceaef2..355fb2a 100644
--- a/meta/recipes-extended/pigz/pigz.inc
+++ b/meta/recipes-extended/pigz/pigz.inc
@@ -7,10 +7,7 @@ HOMEPAGE = "http://zlib.net/pigz/"
SECTION = "console/utils"
LICENSE = "Zlib"
-PR = "r1"
-
-SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz \
- file://ldflags.patch"
+SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz"
PROVIDES_class-native += "gzip-native"
@@ -33,4 +30,3 @@ ALTERNATIVE_${PN} = "gzip gunzip"
ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip"
ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
ALTERNATIVE_PRIORITY = "80"
-
OpenPOWER on IntegriCloud