2013-06-06 07:53:30 +08:00
|
|
|
################################################################################
|
2007-01-14 11:45:06 +08:00
|
|
|
#
|
|
|
|
# dbus
|
|
|
|
#
|
2013-06-06 07:53:30 +08:00
|
|
|
################################################################################
|
2013-05-08 14:12:38 +08:00
|
|
|
|
2014-07-03 22:56:48 +08:00
|
|
|
DBUS_VERSION = 1.8.6
|
2013-06-25 21:50:24 +08:00
|
|
|
DBUS_SITE = http://dbus.freedesktop.org/releases/dbus
|
2013-05-08 14:12:38 +08:00
|
|
|
DBUS_LICENSE = AFLv2.1 GPLv2+
|
|
|
|
DBUS_LICENSE_FILES = COPYING
|
2009-02-23 04:12:50 +08:00
|
|
|
DBUS_INSTALL_STAGING = YES
|
|
|
|
|
2013-08-30 05:30:55 +08:00
|
|
|
define DBUS_PERMISSIONS
|
|
|
|
/usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - -
|
|
|
|
endef
|
|
|
|
|
2014-06-16 23:11:10 +08:00
|
|
|
DBUS_DEPENDENCIES = host-pkgconf expat
|
2007-01-14 11:45:06 +08:00
|
|
|
|
2009-02-23 04:12:50 +08:00
|
|
|
DBUS_CONF_ENV = ac_cv_have_abstract_sockets=yes
|
2011-08-10 06:12:52 +08:00
|
|
|
DBUS_CONF_OPT = --with-dbus-user=dbus \
|
2007-01-14 11:45:06 +08:00
|
|
|
--disable-tests \
|
|
|
|
--disable-asserts \
|
|
|
|
--enable-abstract-sockets \
|
|
|
|
--disable-selinux \
|
|
|
|
--disable-xml-docs \
|
|
|
|
--disable-doxygen-docs \
|
2012-12-14 08:23:34 +08:00
|
|
|
--disable-dnotify \
|
2009-03-20 15:47:29 +08:00
|
|
|
--localstatedir=/var \
|
2014-06-16 23:11:10 +08:00
|
|
|
--with-xml=expat \
|
2007-01-14 11:45:06 +08:00
|
|
|
--with-system-socket=/var/run/dbus/system_bus_socket \
|
2009-02-23 04:12:50 +08:00
|
|
|
--with-system-pid-file=/var/run/messagebus.pid
|
2007-01-14 11:45:06 +08:00
|
|
|
|
2014-02-04 19:46:19 +08:00
|
|
|
define DBUS_USERS
|
|
|
|
dbus -1 dbus -1 * /var/run/dbus - dbus DBus messagebus user
|
|
|
|
endef
|
|
|
|
|
2013-10-06 07:39:55 +08:00
|
|
|
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
2014-07-01 17:52:36 +08:00
|
|
|
DBUS_CONF_OPT += LIBS='-pthread'
|
2013-10-06 07:39:55 +08:00
|
|
|
endif
|
|
|
|
|
2012-12-14 08:23:34 +08:00
|
|
|
ifeq ($(BR2_microblaze),y)
|
|
|
|
# microblaze toolchain doesn't provide inotify_rm_* but does have sys/inotify.h
|
|
|
|
DBUS_CONF_OPT += --disable-inotify
|
|
|
|
endif
|
|
|
|
|
2009-03-17 04:57:56 +08:00
|
|
|
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
|
|
|
DBUS_CONF_OPT += --with-x
|
|
|
|
DBUS_DEPENDENCIES += xlib_libX11
|
|
|
|
else
|
|
|
|
DBUS_CONF_OPT += --without-x
|
|
|
|
endif
|
|
|
|
|
2012-03-23 23:49:52 +08:00
|
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
|
|
|
DBUS_CONF_OPT += --with-systemdsystemunitdir=/lib/systemd/system
|
|
|
|
endif
|
|
|
|
|
2010-09-02 05:58:12 +08:00
|
|
|
# fix rebuild (dbus makefile errors out if /var/lib/dbus is a symlink)
|
|
|
|
define DBUS_REMOVE_VAR_LIB_DBUS
|
|
|
|
rm -rf $(TARGET_DIR)/var/lib/dbus
|
|
|
|
endef
|
|
|
|
|
|
|
|
DBUS_POST_BUILD_HOOKS += DBUS_REMOVE_VAR_LIB_DBUS
|
|
|
|
|
|
|
|
define DBUS_REMOVE_DEVFILES
|
|
|
|
rm -rf $(TARGET_DIR)/usr/lib/dbus-1.0
|
|
|
|
endef
|
|
|
|
|
|
|
|
DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_REMOVE_DEVFILES
|
|
|
|
|
|
|
|
define DBUS_INSTALL_TARGET_FIXUP
|
2013-06-29 21:27:04 +08:00
|
|
|
mkdir -p $(TARGET_DIR)/var/lib
|
2010-09-02 05:58:12 +08:00
|
|
|
rm -rf $(TARGET_DIR)/var/lib/dbus
|
|
|
|
ln -sf /tmp/dbus $(TARGET_DIR)/var/lib/dbus
|
|
|
|
endef
|
|
|
|
|
|
|
|
DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_INSTALL_TARGET_FIXUP
|
|
|
|
|
2013-11-19 21:02:03 +08:00
|
|
|
define DBUS_INSTALL_INIT_SYSV
|
|
|
|
$(INSTALL) -m 0755 -D package/dbus/S30dbus \
|
|
|
|
$(TARGET_DIR)/etc/init.d/S30dbus
|
|
|
|
endef
|
|
|
|
|
2012-10-22 23:47:52 +08:00
|
|
|
HOST_DBUS_DEPENDENCIES = host-pkgconf host-expat
|
2009-11-03 07:09:13 +08:00
|
|
|
HOST_DBUS_CONF_OPT = \
|
2009-03-17 04:58:15 +08:00
|
|
|
--with-dbus-user=dbus \
|
|
|
|
--disable-tests \
|
|
|
|
--disable-asserts \
|
|
|
|
--enable-abstract-sockets \
|
|
|
|
--disable-selinux \
|
|
|
|
--disable-xml-docs \
|
|
|
|
--disable-doxygen-docs \
|
|
|
|
--enable-dnotify \
|
|
|
|
--without-x \
|
2009-11-03 07:09:13 +08:00
|
|
|
--with-xml=expat
|
2009-03-17 04:58:15 +08:00
|
|
|
|
2009-11-03 07:09:13 +08:00
|
|
|
# dbus for the host
|
2009-12-16 06:42:57 +08:00
|
|
|
DBUS_HOST_INTROSPECT=$(HOST_DBUS_DIR)/introspect.xml
|
2009-03-17 04:58:15 +08:00
|
|
|
|
2009-11-03 07:09:13 +08:00
|
|
|
HOST_DBUS_GEN_INTROSPECT = \
|
2009-03-19 19:06:47 +08:00
|
|
|
$(HOST_DIR)/usr/bin/dbus-daemon --introspect > $(DBUS_HOST_INTROSPECT)
|
2009-03-17 21:48:15 +08:00
|
|
|
|
2009-11-03 07:09:13 +08:00
|
|
|
HOST_DBUS_POST_INSTALL_HOOKS += HOST_DBUS_GEN_INTROSPECT
|
2009-03-17 04:58:15 +08:00
|
|
|
|
2012-07-03 06:07:32 +08:00
|
|
|
$(eval $(autotools-package))
|
2012-07-03 06:06:54 +08:00
|
|
|
$(eval $(host-autotools-package))
|