]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
busybox: enable support for sha1sum and sha256sum applets
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 30 Jul 2015 20:56:28 +0000 (13:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Aug 2015 09:49:21 +0000 (10:49 +0100)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox/sha1sum.cfg [new file with mode: 0644]
meta/recipes-core/busybox/busybox/sha256sum.cfg [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.23.2.bb
meta/recipes-core/busybox/busybox_git.bb

diff --git a/meta/recipes-core/busybox/busybox/sha1sum.cfg b/meta/recipes-core/busybox/busybox/sha1sum.cfg
new file mode 100644 (file)
index 0000000..20e72d9
--- /dev/null
@@ -0,0 +1 @@
+CONFIG_SHA1SUM=y
diff --git a/meta/recipes-core/busybox/busybox/sha256sum.cfg b/meta/recipes-core/busybox/busybox/sha256sum.cfg
new file mode 100644 (file)
index 0000000..ce652ae
--- /dev/null
@@ -0,0 +1 @@
+CONFIG_SHA256SUM=y
index b84f4996482a000987c8e3c7f9d2b1aff50ff71c..8a4bae692acb8223d2f97adbaad3d8dd010ed5b4 100644 (file)
@@ -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"
index 71e6c13b71d60cf4ec16fbd1986760a267924142..ade72f4b7198044a7aad6edee79206d992d97c15 100644 (file)
@@ -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"