summaryrefslogtreecommitdiff
path: root/docs/adding-packages-host.txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
commit92d7f6522617c947d635680d045f12a4ef77bcb4 (patch)
treec20dc2f36505542fdb19a2b9d1da1b33ad92fba8 /docs/adding-packages-host.txt
parent6a7c5ff345b197c1d5f0f845adb2bb0da9690075 (diff)
convert checksum check to sha256
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
Diffstat (limited to 'docs/adding-packages-host.txt')
-rw-r--r--docs/adding-packages-host.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/adding-packages-host.txt b/docs/adding-packages-host.txt
index bf7ff7158..35cf3ab6c 100644
--- a/docs/adding-packages-host.txt
+++ b/docs/adding-packages-host.txt
@@ -18,7 +18,7 @@ by another target package to build, with an example:
06: PKG_NAME:= hostfoo
07: PKG_VERSION:= 1.0
08: PKG_RELEASE:= 1
-09: PKG_MD5SUM:= 291ba57c0acd218da0b0916c280dcbae
+09: PKG_HASH:= 62333167b79afb0b25a843513288c67b59547acf653e8fbe62ee64e71ebd1587
10: PKG_DESCR:= hostfoo utility
11: PKG_SECTION:= misc
12: PKG_URL:= http://www.foo.org/
@@ -52,7 +52,7 @@ Following mix between host and target package is possible, too:
06: PKG_NAME:= foo
07: PKG_VERSION:= 1.0
08: PKG_RELEASE:= 1
-09: PKG_MD5SUM:= 032a7b7b9f1a6e278ccde73f82cec5c2
+09: PKG_HASH:= 62333167b79afb0b25a843513288c67b59547acf653e8fbe62ee64e71ebd1587
10: PKG_DESCR:= foo tool
11: PKG_SECTION:= lang
12: PKG_BUILDDEP:= foo-host