summaryrefslogtreecommitdiffstats
path: root/package/dbus
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-12-15 23:42:57 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-12-15 23:42:57 +0100
commit81c953073b20b051c96b4bd2310b3a1c8df984a4 (patch)
treee36cd87222da284d93ed712b7eb2f62d848c52a8 /package/dbus
parenta4eee8c3348fd47d84479eef63341779991e9db7 (diff)
downloadbuildroot-novena-81c953073b20b051c96b4bd2310b3a1c8df984a4.tar.gz
buildroot-novena-81c953073b20b051c96b4bd2310b3a1c8df984a4.zip
dbus: fix host-dbus build
Use correct variable name for the host source directory for DBUS_HOST_INTROSPECT, and use late binding as HOST_DBUS_DIR only gets defined later on (by AUTOTARGETS). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/dbus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index ae65b7da0..63f3caa98 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -64,7 +64,7 @@ HOST_DBUS_CONF_OPT = \
--with-xml=expat
# dbus for the host
-DBUS_HOST_INTROSPECT:=$(DBUS_HOST_DIR)/introspect.xml
+DBUS_HOST_INTROSPECT=$(HOST_DBUS_DIR)/introspect.xml
HOST_DBUS_GEN_INTROSPECT = \
$(HOST_DIR)/usr/bin/dbus-daemon --introspect > $(DBUS_HOST_INTROSPECT)