coreutils: add base32 and b2sum in the debug package.

This commit is contained in:
Jerome Duval
2017-02-20 18:18:24 +01:00
parent 2a29ece01a
commit 2ee5d1d10c

View File

@@ -21,7 +21,7 @@ COPYRIGHT="1994-2016 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
SOURCE_URI="http://ftp.gnu.org/gnu/coreutils/coreutils-$portVersion.tar.xz"
CHECKSUM_SHA256="155e94d748f8e2bc327c66e0cbebdb8d6ab265d2f37c3c928f7bf6c3beba9a8e"
REVISION="1"
REVISION="2"
ARCHITECTURES="?x86_gcc2 ?x86 x86_64 ?arm"
PATCHES="
@@ -149,6 +149,8 @@ BUILD_PREREQUIRES="
defineDebugInfoPackage coreutils \
$binDir/[ \
$binDir/b2sum \
$binDir/base32 \
$binDir/base64 \
$binDir/basename \
$binDir/cat \