mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/bluez5_utils: fix dbusconfdir
Since D-Bus 1.14.0 installing default policies into sysconfdir (/etc) is deprecated, they should go into datadir (/usr/share) instead [1]. Follow that policy. [1]8f1e00427f/NEWS (L274-283)Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit99b473c948) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
c0b9d4ecdf
commit
0b0db49fd3
@@ -28,7 +28,7 @@ BLUEZ5_UTILS_CONF_OPTS = \
|
||||
--disable-lsan \
|
||||
--disable-ubsan \
|
||||
--disable-pie \
|
||||
--with-dbusconfdir=/etc
|
||||
--with-dbusconfdir=/usr/share
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_OBEX),y)
|
||||
BLUEZ5_UTILS_CONF_OPTS += --enable-obex
|
||||
|
||||
Reference in New Issue
Block a user