From 78b91ab23d9856525fc7ac1bb8da2975382813bf Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Thu, 24 Oct 2013 13:40:56 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-extended/pigz/pigz.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/recipes-extended/pigz/pigz.inc') diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc index 5ceaef21d9..355fb2a4ec 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" - -- cgit v1.2.3-54-g00ecf