From 4babfdd621e14ddbfa30b575a2f56b23c58b666a Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 13 Nov 2009 17:33:21 +0000 Subject: busybox_1.14.3: move checksum to bb file --- recipes/busybox/busybox_1.14.3.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes/busybox/busybox_1.14.3.bb') diff --git a/recipes/busybox/busybox_1.14.3.bb b/recipes/busybox/busybox_1.14.3.bb index 1634727854..8d45e1e880 100644 --- a/recipes/busybox/busybox_1.14.3.bb +++ b/recipes/busybox/busybox_1.14.3.bb @@ -4,7 +4,7 @@ PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" SRC_URI = "\ - http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ + http://www.busybox.net/downloads/busybox-${PV}.tar.gz;name=tarball \ \ file://udhcpscript.patch;patch=1 \ file://udhcpc-fix-nfsroot.patch;patch=1 \ @@ -27,6 +27,9 @@ SRC_URI = "\ file://mdev.conf \ " +SRC_URI[tarball.md5sum] = "dfb197b8de260ff284f7222ed23614fe" +SRC_URI[tarball.sha256sum] = "b5a0c76d414cca97fb21622a5d09fa5a58f59890f5c9ce4f8b851c4e8b73a163" + EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" do_configure_prepend () { -- cgit v1.2.3