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/dhcpcd | |
| 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/dhcpcd')
| -rw-r--r-- | meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb index 5be480eb03..4e9a367d96 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb | |||
| @@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "41a69297f380bf15ee8f94f73154f8c2bca7157a087c0d5aca8de000ba | |||
| 22 | 22 | ||
| 23 | inherit pkgconfig autotools-brokensep systemd useradd | 23 | inherit pkgconfig autotools-brokensep systemd useradd |
| 24 | 24 | ||
| 25 | SYSTEMD_SERVICE_${PN} = "dhcpcd.service" | 25 | SYSTEMD_SERVICE:${PN} = "dhcpcd.service" |
| 26 | 26 | ||
| 27 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 27 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 28 | 28 | ||
| @@ -44,9 +44,9 @@ EXTRA_OECONF = "--enable-ipv4 \ | |||
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | USERADD_PACKAGES = "${PN}" | 46 | USERADD_PACKAGES = "${PN}" |
| 47 | USERADD_PARAM_${PN} = "--system -d ${localstatedir}/lib/${BPN} -M -s /bin/false -U dhcpcd" | 47 | USERADD_PARAM:${PN} = "--system -d ${localstatedir}/lib/${BPN} -M -s /bin/false -U dhcpcd" |
| 48 | 48 | ||
| 49 | do_install_append () { | 49 | do_install:append () { |
| 50 | # install systemd unit files | 50 | # install systemd unit files |
| 51 | install -d ${D}${systemd_unitdir}/system | 51 | install -d ${D}${systemd_unitdir}/system |
| 52 | install -m 0644 ${WORKDIR}/dhcpcd*.service ${D}${systemd_unitdir}/system | 52 | install -m 0644 ${WORKDIR}/dhcpcd*.service ${D}${systemd_unitdir}/system |
| @@ -55,4 +55,4 @@ do_install_append () { | |||
| 55 | chown dhcpcd:dhcpcd ${D}${localstatedir}/lib/${BPN} | 55 | chown dhcpcd:dhcpcd ${D}${localstatedir}/lib/${BPN} |
| 56 | } | 56 | } |
| 57 | 57 | ||
| 58 | FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" | 58 | FILES:${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" |
