From 4d9a9d748e4cd0d0ffc67907c06bd01ceda2722e Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 30 Jul 2015 13:56:28 -0700 Subject: busybox: enable support for sha1sum and sha256sum applets Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/busybox/busybox_git.bb') diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb index 71e6c13b71..ade72f4b71 100644 --- a/meta/recipes-core/busybox/busybox_git.bb +++ b/meta/recipes-core/busybox/busybox_git.bb @@ -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" -- cgit 1.2.3-korg