diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-01 19:20:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-02 16:00:46 +0100 |
commit | 6d60518854c5aab7f58bd9f010d8868d5820bb25 (patch) | |
tree | 9e107df210a8e8bbbf895bd88170169d7c100fcc /meta/recipes-core/images | |
parent | d0ee1e19ca7cb5d902fc9002410383a11099ba66 (diff) | |
download | poky-6d60518854c5aab7f58bd9f010d8868d5820bb25.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index c9367dd0c4..e6258a2d4b 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
7 | 7 | ||
8 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted \ | 8 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted \ |
9 | kernel-dev kernel-devsrc connman connman-plugin-ethernet dhcp-client \ | 9 | kernel-dev kernel-devsrc connman connman-plugin-ethernet dhcpcd \ |
10 | tzdata python3-pip perl-misc" | 10 | tzdata python3-pip perl-misc" |
11 | 11 | ||
12 | IMAGE_FEATURES += "x11-base package-management splash" | 12 | IMAGE_FEATURES += "x11-base package-management splash" |