diff options
Diffstat (limited to 'meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb index c8e7f25d2b..449a75ebf8 100644 --- a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb +++ b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | |||
@@ -22,9 +22,10 @@ SRC_URI = "https://www.zytor.com/pub/syslinux/Testing/6.04/syslinux-${PV}.tar.xz | |||
22 | file://0012-libinstaller-Fix-build-with-glibc-2.36.patch \ | 22 | file://0012-libinstaller-Fix-build-with-glibc-2.36.patch \ |
23 | file://0013-remove-clean-script.patch \ | 23 | file://0013-remove-clean-script.patch \ |
24 | file://0014-Fix-reproducibility-issues.patch \ | 24 | file://0014-Fix-reproducibility-issues.patch \ |
25 | " | 25 | file://0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch \ |
26 | file://0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch \ | ||
27 | " | ||
26 | 28 | ||
27 | SRC_URI[md5sum] = "2b31c78f087f99179feb357da312d7ec" | ||
28 | SRC_URI[sha256sum] = "4441a5d593f85bb6e8d578cf6653fb4ec30f9e8f4a2315a3d8f2d0a8b3fadf94" | 29 | SRC_URI[sha256sum] = "4441a5d593f85bb6e8d578cf6653fb4ec30f9e8f4a2315a3d8f2d0a8b3fadf94" |
29 | 30 | ||
30 | # remove at next version upgrade or when output changes | 31 | # remove at next version upgrade or when output changes |
@@ -48,7 +49,7 @@ TARGET_LDFLAGS = "" | |||
48 | SECURITY_LDFLAGS = "" | 49 | SECURITY_LDFLAGS = "" |
49 | LDFLAGS_SECTION_REMOVAL = "" | 50 | LDFLAGS_SECTION_REMOVAL = "" |
50 | 51 | ||
51 | CFLAGS:append = " -DNO_INLINE_FUNCS -Wno-error=implicit-function-declaration" | 52 | CFLAGS += "-DNO_INLINE_FUNCS -Wno-error=implicit-function-declaration -idirafter ${STAGING_INCDIR}" |
52 | 53 | ||
53 | EXTRA_OEMAKE = " \ | 54 | EXTRA_OEMAKE = " \ |
54 | BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \ | 55 | BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \ |
@@ -129,3 +130,8 @@ FILES:${PN}-staticdev += "${datadir}/${BPN}/com32/lib*.a ${libdir}/${BPN}/com32/ | |||
129 | FILES:${PN}-misc = "${datadir}/${BPN}/* ${libdir}/${BPN}/* ${bindir}/*" | 130 | FILES:${PN}-misc = "${datadir}/${BPN}/* ${libdir}/${BPN}/* ${bindir}/*" |
130 | 131 | ||
131 | BBCLASSEXTEND = "native nativesdk" | 132 | BBCLASSEXTEND = "native nativesdk" |
133 | |||
134 | # com32/lib/../include/stdarg.h:9:15: fatal error: 'stdarg.h' file not found | ||
135 | # 9 | #include_next <stdarg.h> | ||
136 | # | ^~~~~~~~~~ | ||
137 | TOOLCHAIN = "gcc" | ||