summaryrefslogtreecommitdiffstats
path: root/meta/site/common-glibc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-06-07 10:07:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-07 23:21:43 +0100
commit603337294405631f940f68150945c8fac06e501f (patch)
tree6e0cbcb67ec9448a62b3ad5b09ce393736a1c2f9 /meta/site/common-glibc
parent19feb66490917b4fca37f2f7186a4995a3ceea81 (diff)
downloadpoky-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-glibc')
-rw-r--r--meta/site/common-glibc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 822e30d3c7..e9298bf17b 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -36,9 +36,6 @@ gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
36gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes} 36gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes}
37gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} 37gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes}
38 38
39#dbus-glib
40ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
41
42# gnucash 39# gnucash
43am_cv_scanf_lld=${am_cv_scanf_lld=yes} 40am_cv_scanf_lld=${am_cv_scanf_lld=yes}
44 41