changeset 1747:cb28b1d437b2 draft

Toybox 0.5.2.
author Rob Landley <rob@landley.net>
date Wed, 04 Mar 2015 22:02:37 -0600
parents 5f84cad1fdc9
children 48d64deac231
files download.sh sources/baseconfig-busybox sources/sections/toybox.build
diffstat 3 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Mon Feb 23 01:00:31 2015 -0600
+++ b/download.sh	Wed Mar 04 22:02:37 2015 -0600
@@ -67,8 +67,8 @@
 # BusyBox.  Adding a native toolchain requires binutils and gcc (above) plus
 # make and bash.
 
-URL=http://landley.net/toybox/downloads/toybox-0.5.1.tar.bz2 \
-SHA1=606fa72256945456e096615784c4b873191462ea \
+URL=http://landley.net/toybox/downloads/toybox-0.5.2.tar.gz \
+SHA1=b9ad04066354f3234b020034979efe0419de650c \
 maybe_fork "download || dienow"
 
 URL=http://www.busybox.net/downloads/busybox-1.22.1.tar.bz2 \
--- a/sources/baseconfig-busybox	Mon Feb 23 01:00:31 2015 -0600
+++ b/sources/baseconfig-busybox	Wed Mar 04 22:02:37 2015 -0600
@@ -114,7 +114,6 @@
 CONFIG_FEATURE_VI_ASK_TERMINAL=y
 CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y
 
-CONFIG_SED=y
 # =======================================================================
 
 # Stuff in toybox
@@ -242,4 +241,4 @@
 CONFIG_FEATURE_MOUNT_LOOP=y
 CONFIG_FEATURE_MOUNT_LOOP_CREATE=y
 
-#CONFIG_SED=y
+CONFIG_SED=y
--- a/sources/sections/toybox.build	Mon Feb 23 01:00:31 2015 -0600
+++ b/sources/sections/toybox.build	Wed Mar 04 22:02:37 2015 -0600
@@ -21,5 +21,5 @@
 
 if [ ! -z "$SKIP_STRIP" ]
 then
-  cp toybox_unstripped "$INSTDIR/toybox" || dienow
+  cp --remove-destination toybox_unstripped "$INSTDIR/toybox" || dienow
 fi