[Lunar-commits] <moonbase> busybox: Version bump to 1.15.3, also cleaned up BUILD

Terry Chan tchan at lunar-linux.org
Tue Dec 22 16:36:59 CET 2009


commit ff4049f91cef47efefba7824f866611b24547672
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Tue Dec 22 09:36:59 2009 -0600

    busybox: Version bump to 1.15.3, also cleaned up BUILD
---
 shells/busybox/BUILD   |    7 -------
 shells/busybox/DETAILS |    6 +++---
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD
index 6f04a20..7bd1e76 100644
--- a/shells/busybox/BUILD
+++ b/shells/busybox/BUILD
@@ -1,14 +1,7 @@
 (
 
   make defconfig &&
-
-  # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it...
-  # sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config &&
-  sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config &&
-  sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config &&
-
   make &&
-  make doc &&
   prepare_install &&
   cp busybox /bin &&
   gather_docs TODO &&
diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS
index 59887ca..858df88 100644
--- a/shells/busybox/DETAILS
+++ b/shells/busybox/DETAILS
@@ -1,12 +1,12 @@
           MODULE=busybox
-         VERSION=1.15.2
+         VERSION=1.15.3
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.busybox.net/downloads
-      SOURCE_VFY=sha1:2f396a4cb35db438a9b4af43df6224f343b8a7ae
+      SOURCE_VFY=sha1:a05a692840ba1cd2bbe21af196f28809694c47e4
         WEB_SITE=http://www.busybox.net
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20011020
-         UPDATED=20091009
+         UPDATED=20091222
            SHORT="The Swiss Army Knife of Embedded Linux"
 
 cat << EOF


More information about the Lunar-commits mailing list