diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/syslinux | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/syslinux')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb index dadba9eca9..0dd18d7a06 100644 --- a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb +++ b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | |||
@@ -36,11 +36,11 @@ UPSTREAM_CHECK_REGEX = "syslinux-(?P<pver>.+)\.tar" | |||
36 | UPSTREAM_VERSION_UNKNOWN = "1" | 36 | UPSTREAM_VERSION_UNKNOWN = "1" |
37 | 37 | ||
38 | # We can build the native parts anywhere, but the target has to be x86 | 38 | # We can build the native parts anywhere, but the target has to be x86 |
39 | COMPATIBLE_HOST_class-target = '(x86_64|i.86).*-(linux|freebsd.*)' | 39 | COMPATIBLE_HOST:class-target = '(x86_64|i.86).*-(linux|freebsd.*)' |
40 | 40 | ||
41 | # Don't let the sanity checker trip on the 32 bit real mode BIOS binaries | 41 | # Don't let the sanity checker trip on the 32 bit real mode BIOS binaries |
42 | INSANE_SKIP_${PN}-misc = "arch" | 42 | INSANE_SKIP:${PN}-misc = "arch" |
43 | INSANE_SKIP_${PN}-chain = "arch" | 43 | INSANE_SKIP:${PN}-chain = "arch" |
44 | 44 | ||
45 | # When building the installer, CC is used to link. When building the bootloader, | 45 | # When building the installer, CC is used to link. When building the bootloader, |
46 | # LD is used. However, these variables assume that GCC is used and break the | 46 | # LD is used. However, these variables assume that GCC is used and break the |
@@ -49,7 +49,7 @@ TARGET_LDFLAGS = "" | |||
49 | SECURITY_LDFLAGS = "" | 49 | SECURITY_LDFLAGS = "" |
50 | LDFLAGS_SECTION_REMOVAL = "" | 50 | LDFLAGS_SECTION_REMOVAL = "" |
51 | 51 | ||
52 | CFLAGS_append = " -DNO_INLINE_FUNCS" | 52 | CFLAGS:append = " -DNO_INLINE_FUNCS" |
53 | 53 | ||
54 | EXTRA_OEMAKE = " \ | 54 | EXTRA_OEMAKE = " \ |
55 | BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \ | 55 | BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \ |
@@ -87,17 +87,17 @@ do_install() { | |||
87 | # | 87 | # |
88 | # Tasks for target which ship the precompiled bootloader and installer | 88 | # Tasks for target which ship the precompiled bootloader and installer |
89 | # | 89 | # |
90 | do_configure_class-target() { | 90 | do_configure:class-target() { |
91 | # No need to do anything as we're mostly shipping the precompiled binaries | 91 | # No need to do anything as we're mostly shipping the precompiled binaries |
92 | : | 92 | : |
93 | } | 93 | } |
94 | 94 | ||
95 | do_compile_class-target() { | 95 | do_compile:class-target() { |
96 | # No need to do anything as we're mostly shipping the precompiled binaries | 96 | # No need to do anything as we're mostly shipping the precompiled binaries |
97 | : | 97 | : |
98 | } | 98 | } |
99 | 99 | ||
100 | do_install_class-target() { | 100 | do_install:class-target() { |
101 | oe_runmake firmware="bios" install INSTALLROOT="${D}" | 101 | oe_runmake firmware="bios" install INSTALLROOT="${D}" |
102 | 102 | ||
103 | install -d ${D}${datadir}/syslinux/ | 103 | install -d ${D}${datadir}/syslinux/ |
@@ -107,19 +107,19 @@ do_install_class-target() { | |||
107 | 107 | ||
108 | PACKAGES += "${PN}-nomtools ${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux ${PN}-misc" | 108 | PACKAGES += "${PN}-nomtools ${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux ${PN}-misc" |
109 | 109 | ||
110 | RDEPENDS_${PN} += "mtools" | 110 | RDEPENDS:${PN} += "mtools" |
111 | RDEPENDS_${PN}-nomtools += "libext2fs" | 111 | RDEPENDS:${PN}-nomtools += "libext2fs" |
112 | RDEPENDS_${PN}-misc += "perl" | 112 | RDEPENDS:${PN}-misc += "perl" |
113 | 113 | ||
114 | FILES_${PN} = "${bindir}/syslinux" | 114 | FILES:${PN} = "${bindir}/syslinux" |
115 | FILES_${PN}-nomtools = "${bindir}/syslinux-nomtools" | 115 | FILES:${PN}-nomtools = "${bindir}/syslinux-nomtools" |
116 | FILES_${PN}-extlinux = "${sbindir}/extlinux" | 116 | FILES:${PN}-extlinux = "${sbindir}/extlinux" |
117 | FILES_${PN}-mbr = "${datadir}/${BPN}/mbr.bin" | 117 | FILES:${PN}-mbr = "${datadir}/${BPN}/mbr.bin" |
118 | FILES_${PN}-chain = "${datadir}/${BPN}/chain.c32" | 118 | FILES:${PN}-chain = "${datadir}/${BPN}/chain.c32" |
119 | FILES_${PN}-isolinux = "${datadir}/${BPN}/isolinux.bin" | 119 | FILES:${PN}-isolinux = "${datadir}/${BPN}/isolinux.bin" |
120 | FILES_${PN}-pxelinux = "${datadir}/${BPN}/pxelinux.0" | 120 | FILES:${PN}-pxelinux = "${datadir}/${BPN}/pxelinux.0" |
121 | FILES_${PN}-dev += "${datadir}/${BPN}/com32/lib*${SOLIBS} ${datadir}/${BPN}/com32/include ${datadir}/${BPN}/com32/com32.ld" | 121 | FILES:${PN}-dev += "${datadir}/${BPN}/com32/lib*${SOLIBS} ${datadir}/${BPN}/com32/include ${datadir}/${BPN}/com32/com32.ld" |
122 | FILES_${PN}-staticdev += "${datadir}/${BPN}/com32/lib*.a ${libdir}/${BPN}/com32/lib*.a" | 122 | FILES:${PN}-staticdev += "${datadir}/${BPN}/com32/lib*.a ${libdir}/${BPN}/com32/lib*.a" |
123 | FILES_${PN}-misc = "${datadir}/${BPN}/* ${libdir}/${BPN}/* ${bindir}/*" | 123 | FILES:${PN}-misc = "${datadir}/${BPN}/* ${libdir}/${BPN}/* ${bindir}/*" |
124 | 124 | ||
125 | BBCLASSEXTEND = "native nativesdk" | 125 | BBCLASSEXTEND = "native nativesdk" |