diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-07 20:45:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-08 13:20:02 +0000 |
commit | 0e48ca10aa44c118ff1f97bf0394c04819c6dea4 (patch) | |
tree | ed97fb480f15f67847bad57e40a4110bf8601a60 /meta/recipes-core | |
parent | 9afefb02b0f46e54fd102383e8cd344dc54d2771 (diff) | |
download | poky-0e48ca10aa44c118ff1f97bf0394c04819c6dea4.tar.gz |
chkconfig: remove the recipe
chkconfig is one of the options for virtual/update-alternatives,
however opkg-utils have been used as the default for a very long time,
while chkconfig isn't anymore tested in any way, and is stuck
at a very old version due to newer versions requiring selinux.
[YOCTO #11264]
(From OE-Core rev: 61efc1e287326f52810a439ccde996f45ef89733)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index ea6d567301..9a70b189a4 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -108,7 +108,6 @@ RDEPENDS_packagegroup-self-hosted-debug = " \ | |||
108 | 108 | ||
109 | RDEPENDS_packagegroup-self-hosted-extended = "\ | 109 | RDEPENDS_packagegroup-self-hosted-extended = "\ |
110 | bzip2 \ | 110 | bzip2 \ |
111 | chkconfig \ | ||
112 | chrpath \ | 111 | chrpath \ |
113 | cpio \ | 112 | cpio \ |
114 | curl \ | 113 | curl \ |