diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/pigz/pigz.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/pigz/pigz_2.3.3.bb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc index 86f434c104..978f905329 100644 --- a/meta/recipes-extended/pigz/pigz.inc +++ b/meta/recipes-extended/pigz/pigz.inc | |||
@@ -7,8 +7,6 @@ HOMEPAGE = "http://zlib.net/pigz/" | |||
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | LICENSE = "Zlib & Apache-2.0" | 8 | LICENSE = "Zlib & Apache-2.0" |
9 | 9 | ||
10 | SRC_URI = "http://zlib.net/${BPN}/${BP}.tar.gz" | ||
11 | |||
12 | PROVIDES_class-native += "gzip-native" | 10 | PROVIDES_class-native += "gzip-native" |
13 | 11 | ||
14 | DEPENDS = "zlib" | 12 | DEPENDS = "zlib" |
diff --git a/meta/recipes-extended/pigz/pigz_2.3.3.bb b/meta/recipes-extended/pigz/pigz_2.3.3.bb index 9e97273c86..b4fe831387 100644 --- a/meta/recipes-extended/pigz/pigz_2.3.3.bb +++ b/meta/recipes-extended/pigz/pigz_2.3.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require pigz.inc | 1 | require pigz.inc |
2 | LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17fce5e7534ca95" | 2 | LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17fce5e7534ca95" |
3 | 3 | ||
4 | UPSTREAM_CHECK_URI := "${SRC_URI}" | 4 | UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/" |
5 | SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz" | 5 | SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz" |
6 | SRC_URI += "file://link-order.patch" | 6 | SRC_URI += "file://link-order.patch" |
7 | 7 | ||