diff options
author | Jonathan Liu <net147@gmail.com> | 2013-05-09 13:24:02 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-16 00:09:46 +0300 |
commit | badd71825352f4a2aaf40707154f4d5f506a45f6 (patch) | |
tree | ef2ca1fa4baa6a72fc3bacdbd4e0290562712fc6 /meta/recipes-devtools/syslinux/files/no-strip.patch | |
parent | fb89bb369be0863d7c1175fcf10c4860e547fd9c (diff) | |
download | poky-badd71825352f4a2aaf40707154f4d5f506a45f6.tar.gz |
syslinux: Update to 4.06
Patches are now part of upstream or no longer needed.
Added new util-linux dependency for isohybrid.
Paths updated to reflect directory structure changes.
Add CFLAGS and LDFLAGS overrides.
[YOCTO #4438]
(From OE-Core rev: 17e7ac0c5e75245d17a90e5cc49ade3d18a168ba)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/syslinux/files/no-strip.patch')
-rw-r--r-- | meta/recipes-devtools/syslinux/files/no-strip.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-devtools/syslinux/files/no-strip.patch b/meta/recipes-devtools/syslinux/files/no-strip.patch deleted file mode 100644 index 775851a75d..0000000000 --- a/meta/recipes-devtools/syslinux/files/no-strip.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | Disable stripping of binaries | ||
2 | |||
3 | We don't want to strip these as this is handled separately at package | ||
4 | time. | ||
5 | |||
6 | Upstream-Status: Inappropriate [configuration] | ||
7 | |||
8 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
9 | |||
10 | --- syslinux-4.03.orig/mtools/Makefile | ||
11 | +++ syslinux-4.03/mtools/Makefile | ||
12 | @@ -4,7 +4,7 @@ include $(topdir)/MCONFIG | ||
13 | OPTFLAGS = -g -Os | ||
14 | INCLUDES = -I. -I.. -I../libfat -I../libinstaller | ||
15 | CFLAGS = $(GCCWARN) -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) | ||
16 | -LDFLAGS = -s | ||
17 | +LDFLAGS = | ||
18 | |||
19 | SRCS = syslinux.c \ | ||
20 | ../libinstaller/fat.c \ | ||
21 | --- syslinux-4.03.orig/utils/Makefile | ||
22 | +++ syslinux-4.03/utils/Makefile | ||
23 | @@ -18,7 +18,7 @@ topdir = .. | ||
24 | include $(topdir)/MCONFIG | ||
25 | |||
26 | CFLAGS = $(GCCWARN) -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 | ||
27 | -LDFLAGS = -O2 -s | ||
28 | +LDFLAGS = -O2 | ||
29 | |||
30 | TARGETS = mkdiskimage isohybrid gethostip memdiskfind | ||
31 | TARGETS += isohybrid.pl # about to be obsoleted | ||