From patchwork Tue Mar 19 22:21:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Price X-Patchwork-Id: 229228 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id B4FC82C00BA for ; Wed, 20 Mar 2013 09:21:56 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AC7848B43A; Tue, 19 Mar 2013 22:21:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2leFMl7VfLLN; Tue, 19 Mar 2013 22:21:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 521CC8B1F4; Tue, 19 Mar 2013 22:21:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CC6F78F74B for ; Tue, 19 Mar 2013 22:21:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4451F8B1F4 for ; Tue, 19 Mar 2013 22:21:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 508ESrRF0xv6 for ; Tue, 19 Mar 2013 22:21:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-da0-f46.google.com (mail-da0-f46.google.com [209.85.210.46]) by whitealder.osuosl.org (Postfix) with ESMTPS id 447758B13D for ; Tue, 19 Mar 2013 22:21:49 +0000 (UTC) Received: by mail-da0-f46.google.com with SMTP id y19so568784dan.5 for ; Tue, 19 Mar 2013 15:21:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=ci04fi9qe+SC2eqVtpjA6hOed2Ameykg99ss4B0NYZc=; b=ca6jlgU+yObowAL+ritoaZM10llRYC6r6p6/dQh0jIHTTBttGoH0GQfs75siEgiq0f AOpUkWC1bqNGoziqPi+3NJ3jb7NF63Re6H7iPGtaA3GHgBDMHbjuNvnn86E4p+OitAdV c6lJJJPhK6t2ku1O/3X1xvVS4UalCeAjCBkazhusl/1aJXrzDDCn1Z5IZcr7h58mFTfK d9+gA0O6wHI0lTpkyKwbrwrRasV3QllE1BrMzjju5/uk5FqAQZD3qWHHVHJJ9NcCvmXN VwippCej7IXm2BBii9ok5JqBsnIO3VDmKB3JOrrg68DEcl7Ko3elcH2Ab2eYOFzbtD5M pxhg== X-Received: by 10.66.154.65 with SMTP id vm1mr5725340pab.110.1363731708834; Tue, 19 Mar 2013 15:21:48 -0700 (PDT) Received: from localhost.localdomain (50-76-39-249-ip-static.hfc.comcastbusiness.net. [50.76.39.249]) by mx.google.com with ESMTPS id d7sm25711162pbh.45.2013.03.19.15.21.46 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 19 Mar 2013 15:21:47 -0700 (PDT) From: Daniel Price To: buildroot@busybox.net Date: Tue, 19 Mar 2013 15:21:38 -0700 Message-Id: <1363731698-15414-1-git-send-email-daniel.price@gmail.com> X-Mailer: git-send-email 1.7.6.5 Subject: [Buildroot] [PATCH] syslinux: bump to version 4.06 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Daniel Price Tested-by: My Name Tested-by: Will Moore Tested-by: Vivien Didelot --- boot/syslinux/syslinux-build-fix-for-uuid.patch | 15 --------------- boot/syslinux/syslinux.mk | 2 +- 2 files changed, 1 insertions(+), 16 deletions(-) delete mode 100644 boot/syslinux/syslinux-build-fix-for-uuid.patch diff --git a/boot/syslinux/syslinux-build-fix-for-uuid.patch b/boot/syslinux/syslinux-build-fix-for-uuid.patch deleted file mode 100644 index 04ff562..0000000 --- a/boot/syslinux/syslinux-build-fix-for-uuid.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: Micah Gersten -Description: Fix build failure with --as-needed (Closes: #654838). - -diff -Naurp syslinux.orig/utils/Makefile syslinux/utils/Makefile ---- syslinux.orig/utils/Makefile 2011-12-23 14:53:26.653571511 +0100 -+++ syslinux/utils/Makefile 2012-01-22 18:55:03.849466924 +0100 -@@ -51,7 +51,7 @@ isohdpfx.c: $(ISOHDPFX) isohdpfxarray.pl - $(PERL) isohdpfxarray.pl $(ISOHDPFX) > $@ - - isohybrid: isohybrid.o isohdpfx.o -- $(CC) $(LDFLAGS) -luuid -o $@ $^ -+ $(CC) $(LDFLAGS) -o $@ $^ -luuid - - gethostip: gethostip.o - $(CC) $(LDFLAGS) -o $@ $^ diff --git a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk index f63f2e0..046bdc3 100644 --- a/boot/syslinux/syslinux.mk +++ b/boot/syslinux/syslinux.mk @@ -4,7 +4,7 @@ # ############################################################# -SYSLINUX_VERSION = 4.05 +SYSLINUX_VERSION = 4.06 SYSLINUX_SOURCE = syslinux-$(SYSLINUX_VERSION).tar.bz2 SYSLINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/boot/syslinux/4.xx/