From: Michael 'Mickey' Lauer Date: Sat, 18 Oct 2008 15:15:31 +0000 (+0200) Subject: busybox 1.11.1: update to latest stable version (=1.11.3) X-Git-Tag: Release-2010-05/1~5731^2~15^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33520096dcbe4dc405a372aa345e3527e5a73a7a;p=openembedded.git busybox 1.11.1: update to latest stable version (=1.11.3) --- diff --git a/conf/checksums.ini b/conf/checksums.ini index dc7e678002..a0714ac75e 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -1910,6 +1910,10 @@ sha256=6a045d34561b8548ae08ca7d0803d77fc2b70bdfc61793aa0a99e59a91059443 md5=9c9f06c2d949c6de844c7bed8eb47064 sha256=cf3957b4548df051cd0971d179cb92dc0fcab3839977ddb70aae81c14cd04b03 +[http://www.busybox.net/downloads/busybox-1.11.3.tar.gz] +md5=d113f2777e4f508faa8b674ece87a37b +sha256=f2b433270f22aad86f61cef61d95338aaa63dbe2f9468b9ed5defd1c01c9645f + [http://www.busybox.net/downloads/busybox-1.2.0.tar.gz] md5=6af69ebbbf8adc874ccb6d67dca95df5 sha256=df6e3b0079194251a2ff68d7be7b06025c79f4fe62f4a73158ee52ff4bc515a0 diff --git a/packages/busybox/busybox-1.11.1/angstrom/defconfig b/packages/busybox/busybox-1.11.3/angstrom/defconfig similarity index 100% rename from packages/busybox/busybox-1.11.1/angstrom/defconfig rename to packages/busybox/busybox-1.11.3/angstrom/defconfig diff --git a/packages/busybox/busybox-1.11.1/defconfig b/packages/busybox/busybox-1.11.3/defconfig similarity index 100% rename from packages/busybox/busybox-1.11.1/defconfig rename to packages/busybox/busybox-1.11.3/defconfig diff --git a/packages/busybox/busybox-1.11.1/slugos/defconfig b/packages/busybox/busybox-1.11.3/slugos/defconfig similarity index 100% rename from packages/busybox/busybox-1.11.1/slugos/defconfig rename to packages/busybox/busybox-1.11.3/slugos/defconfig diff --git a/packages/busybox/busybox-1.11.1/udhcpscript.patch b/packages/busybox/busybox-1.11.3/udhcpscript.patch similarity index 100% rename from packages/busybox/busybox-1.11.1/udhcpscript.patch rename to packages/busybox/busybox-1.11.3/udhcpscript.patch diff --git a/packages/busybox/busybox_1.11.1.bb b/packages/busybox/busybox_1.11.3.bb similarity index 75% rename from packages/busybox/busybox_1.11.1.bb rename to packages/busybox/busybox_1.11.3.bb index 60302fc55a..ce2b51a24b 100644 --- a/packages/busybox/busybox_1.11.1.bb +++ b/packages/busybox/busybox_1.11.3.bb @@ -1,10 +1,8 @@ require busybox.inc -FILE_PR = "r3" +FILE_PR = "r0" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ - http://busybox.net/downloads/fixes-1.11.1/busybox-1.11.1-basename.patch;patch=1 \ - http://busybox.net/downloads/fixes-1.11.1/busybox-1.11.1-tar.patch;patch=1 \ \ file://udhcpscript.patch;patch=1 \ file://busybox-cron \