mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
build-appliance/packagegroup-core-base-utils: Replace dhcp-client/dhcp-server with dhcpcd/kea
dhcp-client/dhcp-server is obsolete and unmaintained and about to be removed, replace it with something which is maintained. (From OE-Core rev: 2eae7e6f665ad5a0d734edda6ef5dff5a534eca6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,7 +6,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted \
|
||||
kernel-dev kernel-devsrc connman connman-plugin-ethernet dhcp-client \
|
||||
kernel-dev kernel-devsrc connman connman-plugin-ethernet dhcpcd \
|
||||
tzdata python3-pip perl-misc"
|
||||
|
||||
IMAGE_FEATURES += "x11-base package-management splash"
|
||||
|
||||
@@ -21,8 +21,8 @@ RDEPENDS_${PN} = "\
|
||||
coreutils \
|
||||
cpio \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "debianutils-run-parts", d)} \
|
||||
dhcp-client \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "dhcp-server", d)} \
|
||||
dhcpcd \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "kea", d)} \
|
||||
diffutils \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "dpkg-start-stop", d)} \
|
||||
e2fsprogs \
|
||||
|
||||
Reference in New Issue
Block a user