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:18:03 +0000 |
commit | 90b9fd1ab109d62f1cf6adacdbf448f850651ec7 (patch) | |
tree | 9d95d7ee34fa2d5dc798458707bfcfbcef89e307 /meta/recipes-core | |
parent | d5f108349c0c052347b46fb7a8ed30fdec2b15c2 (diff) | |
download | openembedded-core-contrib-90b9fd1ab109d62f1cf6adacdbf448f850651ec7.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
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-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 facfe85445c..6fffc91098b 100644 --- a/meta/recipes-core/busybox/busybox/musl.cfg +++ b/meta/recipes-core/busybox/busybox/musl.cfg @@ -2,7 +2,6 @@ # CONFIG_SELINUX is not set # CONFIG_FEATURE_HAVE_RPC is not set # CONFIG_WERROR is not set -# CONFIG_FEATURE_SYSTEMD is not set # CONFIG_FEATURE_VI_REGEX_SEARCH is not set # CONFIG_PAM is not set # CONFIG_FEATURE_INETD_RPC is not set |