From patchwork Fri Oct 12 11:18:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Rasmussen X-Patchwork-Id: 191094 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 7B5232C008E for ; Fri, 12 Oct 2012 22:18:14 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 9779B3FCC3 for ; Fri, 12 Oct 2012 13:18:13 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id C51BE3FB82 for ; Fri, 12 Oct 2012 13:18:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=3747; q=dns/txt; s=ironport2; t=1350040689; x=1381576689; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=djXhwwizqlMJJ3CZ2nr0BSE0d88SPuIKMMX46Kd6PJk=; b=dHVmGSyWf4P3ajY+bAYBmTCC6oUQYsd1FSETj2hs3AiXpsx+V0SVxDBo 3SkcrBNMvFEh5mtLvHT905zfzdrvyG6A4r7txrg9PYf/9td/AZWZPMUY1 u/sy3hfF74w0lvI; X-IronPort-AV: E=Sophos;i="4.80,576,1344204000"; d="scan'208";a="1720513" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 12 Oct 2012 13:18:08 +0200 Received: from chor-laptop.prevas.se (172.16.6.106) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.318.1; Fri, 12 Oct 2012 13:18:07 +0200 From: Christian Rasmussen To: Subject: [PATCH 1/2] busybox: Upgrade to busybox 1.20.2 Date: Fri, 12 Oct 2012 13:18:04 +0200 Message-ID: <26367cf5259085bf09d736b718b6d9161e33089b.1350040421.git.chor@prevas.dk> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- .../{busybox-1.19.4 => busybox-1.20.2}/defconfig | 1 + .../init-shutdown-umount.patch | 0 .../udhcp-simple-script-route-del-dev-null.patch | 0 recipes/busybox/busybox-initramfs_1.19.4.oe.sig | 1 - ...ramfs_1.19.4.oe => busybox-initramfs_1.20.2.oe} | 0 recipes/busybox/busybox_1.19.4.oe.sig | 1 - .../{busybox_1.19.4.oe => busybox_1.20.2.oe} | 0 recipes/busybox/busybox_1.20.2.oe.sig | 1 + 8 files changed, 2 insertions(+), 2 deletions(-) rename recipes/busybox/{busybox-1.19.4 => busybox-1.20.2}/defconfig (99%) rename recipes/busybox/{busybox-1.19.4 => busybox-1.20.2}/init-shutdown-umount.patch (100%) rename recipes/busybox/{busybox-1.19.4 => busybox-1.20.2}/udhcp-simple-script-route-del-dev-null.patch (100%) delete mode 100644 recipes/busybox/busybox-initramfs_1.19.4.oe.sig rename recipes/busybox/{busybox-initramfs_1.19.4.oe => busybox-initramfs_1.20.2.oe} (100%) delete mode 100644 recipes/busybox/busybox_1.19.4.oe.sig rename recipes/busybox/{busybox_1.19.4.oe => busybox_1.20.2.oe} (100%) create mode 100644 recipes/busybox/busybox_1.20.2.oe.sig diff --git a/recipes/busybox/busybox-1.19.4/defconfig b/recipes/busybox/busybox-1.20.2/defconfig similarity index 99% rename from recipes/busybox/busybox-1.19.4/defconfig rename to recipes/busybox/busybox-1.20.2/defconfig index 87f9af6..4bdc354 100644 --- a/recipes/busybox/busybox-1.19.4/defconfig +++ b/recipes/busybox/busybox-1.20.2/defconfig @@ -859,6 +859,7 @@ CONFIG_FEATURE_MIME_CHARSET="" # Process Utilities # # CONFIG_IOSTAT is not set +# CONFIG_LSOF is not set # CONFIG_MPSTAT is not set # CONFIG_PMAP is not set # CONFIG_POWERTOP is not set diff --git a/recipes/busybox/busybox-1.19.4/init-shutdown-umount.patch b/recipes/busybox/busybox-1.20.2/init-shutdown-umount.patch similarity index 100% rename from recipes/busybox/busybox-1.19.4/init-shutdown-umount.patch rename to recipes/busybox/busybox-1.20.2/init-shutdown-umount.patch diff --git a/recipes/busybox/busybox-1.19.4/udhcp-simple-script-route-del-dev-null.patch b/recipes/busybox/busybox-1.20.2/udhcp-simple-script-route-del-dev-null.patch similarity index 100% rename from recipes/busybox/busybox-1.19.4/udhcp-simple-script-route-del-dev-null.patch rename to recipes/busybox/busybox-1.20.2/udhcp-simple-script-route-del-dev-null.patch diff --git a/recipes/busybox/busybox-initramfs_1.19.4.oe.sig b/recipes/busybox/busybox-initramfs_1.19.4.oe.sig deleted file mode 100644 index 8bb7b38..0000000 --- a/recipes/busybox/busybox-initramfs_1.19.4.oe.sig +++ /dev/null @@ -1 +0,0 @@ -5d7db83d8efbadc19c86ec236e673504bbf43517 busybox-1.19.4.tar.bz2 diff --git a/recipes/busybox/busybox-initramfs_1.19.4.oe b/recipes/busybox/busybox-initramfs_1.20.2.oe similarity index 100% rename from recipes/busybox/busybox-initramfs_1.19.4.oe rename to recipes/busybox/busybox-initramfs_1.20.2.oe diff --git a/recipes/busybox/busybox_1.19.4.oe.sig b/recipes/busybox/busybox_1.19.4.oe.sig deleted file mode 100644 index 8bb7b38..0000000 --- a/recipes/busybox/busybox_1.19.4.oe.sig +++ /dev/null @@ -1 +0,0 @@ -5d7db83d8efbadc19c86ec236e673504bbf43517 busybox-1.19.4.tar.bz2 diff --git a/recipes/busybox/busybox_1.19.4.oe b/recipes/busybox/busybox_1.20.2.oe similarity index 100% rename from recipes/busybox/busybox_1.19.4.oe rename to recipes/busybox/busybox_1.20.2.oe diff --git a/recipes/busybox/busybox_1.20.2.oe.sig b/recipes/busybox/busybox_1.20.2.oe.sig new file mode 100644 index 0000000..adf402c --- /dev/null +++ b/recipes/busybox/busybox_1.20.2.oe.sig @@ -0,0 +1 @@ +dd2e3684b13c0071d480e97b569041e69538e798 busybox-1.20.2.tar.bz2