[oe-commits] [openembedded-core] 16/49: dbus: Change path of system_bus_socket from /var/run/dbus/ to /run/dbus/

git at git.openembedded.org git at git.openembedded.org
Tue Oct 15 13:12:53 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f31896504c0e5619f77555689e87b8324f9ccbd8
Author: Peiran Hong <peiran.hong at windriver.com>
AuthorDate: Tue Oct 8 11:33:31 2019 -0400

    dbus: Change path of system_bus_socket from /var/run/dbus/ to /run/dbus/
    
    Fixed a warning message during startup caused by referencing the legacy
    directory /var/run instead of /run. An extra parameter is passed to the
    configure script to achiveve this. Upstream cannot provide a fix due to
    another Linux distribution (Slackware) uses /var/run and /run as
    different directories.
    
    Refer to https://gitlab.freedesktop.org/dbus/dbus/issues/282 for
    details.
    
    Signed-off-by: Peiran Hong <peiran.hong at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/dbus/dbus_1.12.16.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/dbus/dbus_1.12.16.bb b/meta/recipes-core/dbus/dbus_1.12.16.bb
index 0571660..f4fec23 100644
--- a/meta/recipes-core/dbus/dbus_1.12.16.bb
+++ b/meta/recipes-core/dbus/dbus_1.12.16.bb
@@ -92,11 +92,13 @@ pkg_postinst_dbus() {
 	fi
 }
 
+
 EXTRA_OECONF = "--disable-tests \
                 --disable-xml-docs \
                 --disable-doxygen-docs \
                 --disable-libaudit \
                 --enable-largefile \
+                --with-system-socket=/run/dbus/system_bus_socket \
                 "
 
 EXTRA_OECONF_append_class-target = " SYSTEMCTL=${base_bindir}/systemctl"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list