diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-12-13 17:33:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-19 12:37:13 +0000 |
commit | b58083b9804216a566de574ec2bfa604b87f951b (patch) | |
tree | 29eee000878d5934b4887caf77de7e70f7fe56fe /meta/recipes-core/busybox | |
parent | 4128a5b5acdf79126eb1c1e0072bd0837af18b8f (diff) | |
download | poky-b58083b9804216a566de574ec2bfa604b87f951b.tar.gz |
busybox: drop obsolete CONFIG_FEATURE_SYSTEMD reference from musl.cfg
From 1.25.0 onwards, busybox dropped systemd compatibility from its
version of syslogd:
https://git.busybox.net/busybox/commit/?id=accd9eeb719916da974584b33b1aeced5f3bb346
(From OE-Core rev: 90b9fd1ab109d62f1cf6adacdbf448f850651ec7)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r-- | meta/recipes-core/busybox/busybox/musl.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/musl.cfg b/meta/recipes-core/busybox/busybox/musl.cfg index facfe85445..6fffc91098 100644 --- a/meta/recipes-core/busybox/busybox/musl.cfg +++ b/meta/recipes-core/busybox/busybox/musl.cfg | |||
@@ -2,7 +2,6 @@ | |||
2 | # CONFIG_SELINUX is not set | 2 | # CONFIG_SELINUX is not set |
3 | # CONFIG_FEATURE_HAVE_RPC is not set | 3 | # CONFIG_FEATURE_HAVE_RPC is not set |
4 | # CONFIG_WERROR is not set | 4 | # CONFIG_WERROR is not set |
5 | # CONFIG_FEATURE_SYSTEMD is not set | ||
6 | # CONFIG_FEATURE_VI_REGEX_SEARCH is not set | 5 | # CONFIG_FEATURE_VI_REGEX_SEARCH is not set |
7 | # CONFIG_PAM is not set | 6 | # CONFIG_PAM is not set |
8 | # CONFIG_FEATURE_INETD_RPC is not set | 7 | # CONFIG_FEATURE_INETD_RPC is not set |