]> code.ossystems Code Review - openembedded-core.git/commitdiff
syslinux: upgrade to version 4.03
authorQing He <qing.he@intel.com>
Tue, 16 Nov 2010 05:32:31 +0000 (13:32 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 18 Nov 2010 21:30:26 +0000 (13:30 -0800)
from 3.86
rebased the patch

Signed-off-by: Qing He <qing.he@intel.com>
meta/recipes-devtools/syslinux/files/cross-build.patch
meta/recipes-devtools/syslinux/syslinux_4.03.bb [moved from meta/recipes-devtools/syslinux/syslinux_3.86.bb with 99% similarity]

index c90c7afbaff429611a7058238df791a378175a16..8115629fe9d62ce2d739e369e552fb8907a2689f 100644 (file)
@@ -10,6 +10,10 @@ also AUXDIR stays in $(LIBDIR)/syslinux rather than $(DATADIR)/syslinux
 
 07/08/2010 - qhe
 
+updated for 4.03
+
+11/16/2010 - Qing He <qing.he@intel.com>
+
 ---
 diff --git a/MCONFIG b/MCONFIG
 index e9c16d3..4d49f33 100644
@@ -43,7 +47,8 @@ index e9c16d3..4d49f33 100644
 -CC     = gcc
 +CC     ?= gcc
  gcc_ok   = $(shell tmpf=gcc_ok.$$$$.tmp; \
-                  if $(CC) $(1) -c $(topdir)/dummy.c -o $$tmpf 2>/dev/null ; \
+                  if $(CC) $(GCCOPT) $(1) -c $(topdir)/dummy.c \
+                       -o $$tmpf 2>/dev/null ; \
                   then echo '$(1)'; else echo '$(2)'; fi; \
                   rm -f $$tmpf)
  
similarity index 99%
rename from meta/recipes-devtools/syslinux/syslinux_3.86.bb
rename to meta/recipes-devtools/syslinux/syslinux_4.03.bb
index 42295b5df3b0a77993264819a5f47dd0ef1bf55f..74e3f609e37ac9f78f1e66fa29f292355020f7dd 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 # If you really want to run syslinux, you need mtools.  We just want the
 # ldlinux.* stuff for now, so skip mtools-native
 DEPENDS = "nasm-native"
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 \
            file://cross-build.patch"