diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-06-07 10:07:06 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-07 23:21:43 +0100 |
| commit | 603337294405631f940f68150945c8fac06e501f (patch) | |
| tree | 6e0cbcb67ec9448a62b3ad5b09ce393736a1c2f9 /meta/site/common-musl | |
| parent | 19feb66490917b4fca37f2f7186a4995a3ceea81 (diff) | |
| download | poky-603337294405631f940f68150945c8fac06e501f.tar.gz | |
site: remove obsolete dbus entry
The check for working abstract sockets was removed from dbus in 2017[1]
and dbus-glib in 2014[2].
[1] https://gitlab.freedesktop.org/dbus/dbus/-/commit/6a6521746bce81c50d77b560b2ee9948c1a5efd0
[2] https://gitlab.freedesktop.org/dbus/dbus-glib/-/commit/e4a163431f2cd26959c9f46e573fc200c5b9fd3d
(From OE-Core rev: bb9d25a90287efa13b3ae4ca6edbbe319c597491)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/common-musl')
| -rw-r--r-- | meta/site/common-musl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/common-musl b/meta/site/common-musl index 4c2c4092a8..03a5c66dde 100644 --- a/meta/site/common-musl +++ b/meta/site/common-musl | |||
| @@ -19,9 +19,6 @@ ac_cv_func_strtod=${ac_cv_func_strtod=yes} | |||
| 19 | ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64} | 19 | ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64} |
| 20 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | 20 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} |
| 21 | 21 | ||
| 22 | #dbus-glib | ||
| 23 | ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} | ||
| 24 | |||
| 25 | # bash | 22 | # bash |
| 26 | bash_cv_getcwd_malloc=${bash_cv_getcwd_malloc=yes} | 23 | bash_cv_getcwd_malloc=${bash_cv_getcwd_malloc=yes} |
| 27 | 24 | ||
