diff options
author | Phil Blundell <philb@gnu.org> | 2009-11-13 17:33:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-11-13 17:33:21 +0000 |
commit | 4babfdd621e14ddbfa30b575a2f56b23c58b666a (patch) | |
tree | c128a83b9e462d0e1acbbb209ffd9e2a860e8370 /recipes/busybox/busybox_1.14.3.bb | |
parent | 1f986867b61e756b0cd0a620f431e0d09b2bad62 (diff) |
busybox_1.14.3: move checksum to bb file
Diffstat (limited to 'recipes/busybox/busybox_1.14.3.bb')
-rw-r--r-- | recipes/busybox/busybox_1.14.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 () { |