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-connectivity/kea | |
| 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-connectivity/kea')
| -rw-r--r-- | meta/recipes-connectivity/kea/kea_1.8.2.bb | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-connectivity/kea/kea_1.8.2.bb b/meta/recipes-connectivity/kea/kea_1.8.2.bb index fe10d90620..f1bbbc49e7 100644 --- a/meta/recipes-connectivity/kea/kea_1.8.2.bb +++ b/meta/recipes-connectivity/kea/kea_1.8.2.bb | |||
| @@ -28,24 +28,24 @@ inherit autotools systemd update-rc.d upstream-version-is-even | |||
| 28 | INITSCRIPT_NAME = "kea-dhcp4-server" | 28 | INITSCRIPT_NAME = "kea-dhcp4-server" |
| 29 | INITSCRIPT_PARAMS = "defaults 30" | 29 | INITSCRIPT_PARAMS = "defaults 30" |
| 30 | 30 | ||
| 31 | SYSTEMD_SERVICE_${PN} = "kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service" | 31 | SYSTEMD_SERVICE:${PN} = "kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service" |
| 32 | SYSTEMD_AUTO_ENABLE = "disable" | 32 | SYSTEMD_AUTO_ENABLE = "disable" |
| 33 | 33 | ||
| 34 | DEBUG_OPTIMIZATION_remove_mips = " -Og" | 34 | DEBUG_OPTIMIZATION:remove:mips = " -Og" |
| 35 | DEBUG_OPTIMIZATION_append_mips = " -O" | 35 | DEBUG_OPTIMIZATION:append:mips = " -O" |
| 36 | BUILD_OPTIMIZATION_remove_mips = " -Og" | 36 | BUILD_OPTIMIZATION:remove:mips = " -Og" |
| 37 | BUILD_OPTIMIZATION_append_mips = " -O" | 37 | BUILD_OPTIMIZATION:append:mips = " -O" |
| 38 | 38 | ||
| 39 | DEBUG_OPTIMIZATION_remove_mipsel = " -Og" | 39 | DEBUG_OPTIMIZATION:remove:mipsel = " -Og" |
| 40 | DEBUG_OPTIMIZATION_append_mipsel = " -O" | 40 | DEBUG_OPTIMIZATION:append:mipsel = " -O" |
| 41 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | 41 | BUILD_OPTIMIZATION:remove:mipsel = " -Og" |
| 42 | BUILD_OPTIMIZATION_append_mipsel = " -O" | 42 | BUILD_OPTIMIZATION:append:mipsel = " -O" |
| 43 | 43 | ||
| 44 | EXTRA_OECONF = "--with-boost-libs=-lboost_system \ | 44 | EXTRA_OECONF = "--with-boost-libs=-lboost_system \ |
| 45 | --with-log4cplus=${STAGING_DIR_TARGET}${prefix} \ | 45 | --with-log4cplus=${STAGING_DIR_TARGET}${prefix} \ |
| 46 | --with-openssl=${STAGING_DIR_TARGET}${prefix}" | 46 | --with-openssl=${STAGING_DIR_TARGET}${prefix}" |
| 47 | 47 | ||
| 48 | do_configure_prepend() { | 48 | do_configure:prepend() { |
| 49 | # replace abs_top_builddir to avoid introducing the build path | 49 | # replace abs_top_builddir to avoid introducing the build path |
| 50 | # don't expand the abs_top_builddir on the target as the abs_top_builddir is meanlingless on the target | 50 | # don't expand the abs_top_builddir on the target as the abs_top_builddir is meanlingless on the target |
| 51 | find ${S} -type f -name *.sh.in | xargs sed -i "s:@abs_top_builddir@:@abs_top_builddir_placeholder@:g" | 51 | find ${S} -type f -name *.sh.in | xargs sed -i "s:@abs_top_builddir@:@abs_top_builddir_placeholder@:g" |
| @@ -53,11 +53,11 @@ do_configure_prepend() { | |||
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | # patch out build host paths for reproducibility | 55 | # patch out build host paths for reproducibility |
| 56 | do_compile_prepend_class-target() { | 56 | do_compile:prepend:class-target() { |
| 57 | sed -i -e "s,${WORKDIR},,g" ${B}/config.report | 57 | sed -i -e "s,${WORKDIR},,g" ${B}/config.report |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | do_install_append() { | 60 | do_install:append() { |
| 61 | install -d ${D}${sysconfdir}/init.d | 61 | install -d ${D}${sysconfdir}/init.d |
| 62 | install -d ${D}${systemd_system_unitdir} | 62 | install -d ${D}${systemd_system_unitdir} |
| 63 | 63 | ||
| @@ -68,13 +68,13 @@ do_install_append() { | |||
| 68 | ${D}${systemd_system_unitdir}/kea-dhcp*service ${D}${sbindir}/keactrl | 68 | ${D}${systemd_system_unitdir}/kea-dhcp*service ${D}${sbindir}/keactrl |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | do_install_append() { | 71 | do_install:append() { |
| 72 | rm -rf "${D}${localstatedir}" | 72 | rm -rf "${D}${localstatedir}" |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | CONFFILES_${PN} = "${sysconfdir}/kea/keactrl.conf" | 75 | CONFFILES:${PN} = "${sysconfdir}/kea/keactrl.conf" |
| 76 | 76 | ||
| 77 | FILES_${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a" | 77 | FILES:${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a" |
| 78 | FILES_${PN} += "${libdir}/hooks/*.so" | 78 | FILES:${PN} += "${libdir}/hooks/*.so" |
| 79 | 79 | ||
| 80 | PARALLEL_MAKEINST = "" | 80 | PARALLEL_MAKEINST = "" |
