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-kernel/kexec | |
| 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-kernel/kexec')
| -rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb index dcc4402111..d12ad4e6fe 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb | |||
| @@ -29,7 +29,7 @@ inherit autotools update-rc.d systemd | |||
| 29 | export LDFLAGS = "-L${STAGING_LIBDIR}" | 29 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
| 30 | EXTRA_OECONF = " --with-zlib=yes" | 30 | EXTRA_OECONF = " --with-zlib=yes" |
| 31 | 31 | ||
| 32 | do_compile_prepend() { | 32 | do_compile:prepend() { |
| 33 | # Remove the prepackaged config.h from the source tree as it overrides | 33 | # Remove the prepackaged config.h from the source tree as it overrides |
| 34 | # the same file generated by configure and placed in the build tree | 34 | # the same file generated by configure and placed in the build tree |
| 35 | rm -f ${S}/include/config.h | 35 | rm -f ${S}/include/config.h |
| @@ -44,7 +44,7 @@ do_compile_prepend() { | |||
| 44 | done | 44 | done |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | do_install_append () { | 47 | do_install:append () { |
| 48 | install -d ${D}${sysconfdir}/sysconfig | 48 | install -d ${D}${sysconfdir}/sysconfig |
| 49 | install -m 0644 ${WORKDIR}/kdump.conf ${D}${sysconfdir}/sysconfig | 49 | install -m 0644 ${WORKDIR}/kdump.conf ${D}${sysconfdir}/sysconfig |
| 50 | 50 | ||
| @@ -61,28 +61,28 @@ do_install_append () { | |||
| 61 | 61 | ||
| 62 | PACKAGES =+ "kexec kdump vmcore-dmesg" | 62 | PACKAGES =+ "kexec kdump vmcore-dmesg" |
| 63 | 63 | ||
| 64 | ALLOW_EMPTY_${PN} = "1" | 64 | ALLOW_EMPTY:${PN} = "1" |
| 65 | RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg" | 65 | RRECOMMENDS:${PN} = "kexec kdump vmcore-dmesg" |
| 66 | 66 | ||
| 67 | FILES_kexec = "${sbindir}/kexec" | 67 | FILES:kexec = "${sbindir}/kexec" |
| 68 | FILES_kdump = "${sbindir}/kdump \ | 68 | FILES:kdump = "${sbindir}/kdump \ |
| 69 | ${sysconfdir}/sysconfig/kdump.conf \ | 69 | ${sysconfdir}/sysconfig/kdump.conf \ |
| 70 | ${sysconfdir}/init.d/kdump \ | 70 | ${sysconfdir}/init.d/kdump \ |
| 71 | ${libexecdir}/kdump-helper \ | 71 | ${libexecdir}/kdump-helper \ |
| 72 | ${systemd_unitdir}/system/kdump.service \ | 72 | ${systemd_unitdir}/system/kdump.service \ |
| 73 | " | 73 | " |
| 74 | 74 | ||
| 75 | FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" | 75 | FILES:vmcore-dmesg = "${sbindir}/vmcore-dmesg" |
| 76 | 76 | ||
| 77 | INITSCRIPT_PACKAGES = "kdump" | 77 | INITSCRIPT_PACKAGES = "kdump" |
| 78 | INITSCRIPT_NAME_kdump = "kdump" | 78 | INITSCRIPT_NAME:kdump = "kdump" |
| 79 | INITSCRIPT_PARAMS_kdump = "start 56 2 3 4 5 . stop 56 0 1 6 ." | 79 | INITSCRIPT_PARAMS:kdump = "start 56 2 3 4 5 . stop 56 0 1 6 ." |
| 80 | 80 | ||
| 81 | SYSTEMD_PACKAGES = "kdump" | 81 | SYSTEMD_PACKAGES = "kdump" |
| 82 | SYSTEMD_SERVICE_kdump = "kdump.service" | 82 | SYSTEMD_SERVICE:kdump = "kdump.service" |
| 83 | 83 | ||
| 84 | SECURITY_PIE_CFLAGS_remove = "-fPIE -pie" | 84 | SECURITY_PIE_CFLAGS:remove = "-fPIE -pie" |
| 85 | 85 | ||
| 86 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' | 86 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' |
| 87 | 87 | ||
| 88 | INSANE_SKIP_${PN} = "arch" | 88 | INSANE_SKIP:${PN} = "arch" |
