summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/pigz/pigz.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc
index 355fb2a4ec..5a9f98254e 100644
--- a/meta/recipes-extended/pigz/pigz.inc
+++ b/meta/recipes-extended/pigz/pigz.inc
@@ -7,7 +7,7 @@ HOMEPAGE = "http://zlib.net/pigz/"
7SECTION = "console/utils" 7SECTION = "console/utils"
8LICENSE = "Zlib" 8LICENSE = "Zlib"
9 9
10SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz" 10SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz"
11 11
12PROVIDES_class-native += "gzip-native" 12PROVIDES_class-native += "gzip-native"
13 13