[Lunar-commits] <moonbase-other> busybox: Bumping to 1.20.2 bu request of tchan and need to add a symlink for echo.
Dennis Veatch
stumbles at lunar-linux.org
Fri Jul 20 17:08:45 CEST 2012
commit 5b5ca6c7df0c7fd248cc7030c0ca1c4367faf389
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 20 Jul 2012 08:08:45 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5b5ca6c7df0c7fd248cc7030c0ca1c4367faf389
busybox: Bumping to 1.20.2 bu request of tchan and need to add a symlink for echo.
---
shells/busybox/BUILD +4/-0
shells/busybox/DETAILS +3/-3
2 files changed, 7 insertions (+), 3 deletions (-)
--- a/shells/busybox/BUILD
+++ b/shells/busybox/BUILD
@@ -1,5 +1,9 @@
(
+
+# It looks for echo in the wrong place.
+ ln -sf /usr/bin/echo /bin/echo &&
+
make defconfig &&
make &&
prepare_install &&
--- a/shells/busybox/DETAILS
+++ b/shells/busybox/DETAILS
@@ -1,12 +1,12 @@
MODULE=busybox
- VERSION=1.20.0
+ VERSION=1.20.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.busybox.net/downloads
- SOURCE_VFY=sha1:b8f5721557d437d2539dd3f7db91683ec50bdade
+ SOURCE_VFY=sha1:dd2e3684b13c0071d480e97b569041e69538e798
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
- UPDATED=20120423
+ UPDATED=20120720
SHORT="The Swiss Army Knife of Embedded Linux"
cat << EOF
More information about the Lunar-commits
mailing list