mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
busybox: enable support for sha1sum and sha256sum applets
(From OE-Core rev: 4d9a9d748e4cd0d0ffc67907c06bd01ceda2722e) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
40d64a5a05
commit
6087a04cb8
1
meta/recipes-core/busybox/busybox/sha1sum.cfg
Normal file
1
meta/recipes-core/busybox/busybox/sha1sum.cfg
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_SHA1SUM=y
|
||||
1
meta/recipes-core/busybox/busybox/sha256sum.cfg
Normal file
1
meta/recipes-core/busybox/busybox/sha256sum.cfg
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_SHA256SUM=y
|
||||
@@ -33,6 +33,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
|
||||
file://0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch \
|
||||
file://0001-chown-fix-help-text.patch \
|
||||
file://mount-via-label.cfg \
|
||||
file://sha1sum.cfg \
|
||||
file://sha256sum.cfg \
|
||||
"
|
||||
|
||||
SRC_URI[tarball.md5sum] = "7925683d7dd105aabe9b6b618d48cc73"
|
||||
|
||||
@@ -39,6 +39,8 @@ SRC_URI = "git://busybox.net/busybox.git \
|
||||
file://0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch \
|
||||
file://0001-chown-fix-help-text.patch \
|
||||
file://mount-via-label.cfg \
|
||||
file://sha1sum.cfg \
|
||||
file://sha256sum.cfg \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"
|
||||
|
||||
Reference in New Issue
Block a user