diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-10 21:12:57 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2010-02-14 21:30:33 +0000 |
commit | 9b78d1403a5c6fbabee24f61f6fd05542e071089 (patch) | |
tree | 1786b4f022c7fff0fb3b067ce59f3e3355b36bbf /recipes/busybox/busybox_1.2.2.bb | |
parent | 9c91c2996218e34034ad45ef4c353e521c32c385 (diff) |
busybox: use .tar.bz2
Switch to new-style checksums and remove all checksums for tarballs from
checksums.ini
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'recipes/busybox/busybox_1.2.2.bb')
-rw-r--r-- | recipes/busybox/busybox_1.2.2.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/busybox/busybox_1.2.2.bb b/recipes/busybox/busybox_1.2.2.bb index 43a15d0f57..c160635998 100644 --- a/recipes/busybox/busybox_1.2.2.bb +++ b/recipes/busybox/busybox_1.2.2.bb @@ -4,8 +4,13 @@ PR = "${INC_PR}.1" DEFAULT_PREFERENCE = "-1" -SRC_URI = "file://wget-long-options.patch;patch=1 \ +SRC_URI = "\ + http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ + \ + file://wget-long-options.patch;patch=1 \ file://defconfig" +SRC_URI[tarball.md5sum] = "ae8a4c65b9464c8ece3483a3d3b9544c" +SRC_URI[tarball.sha256sum] = "4de9fb2bb018e381e64199b38d90cb25e71366c37a8995e9ab5ed206ebcb972f" do_configure () { install -m 0644 ${WORKDIR}/defconfig ${S}/.config.oe |