[Buildroot] dbus missing /var/lib/dbus directory

Michael J. Hammel buildroot at graphics-muse.org
Fri May 18 04:33:24 UTC 2012


On Thu, 2012-05-17 at 10:21 +0200, Thomas Petazzoni wrote:
> define DBUS_INSTALL_TARGET_FIXUP
>         rm -rf $(TARGET_DIR)/var/lib/dbus
>         ln -sf /tmp/dbus $(TARGET_DIR)/var/lib/dbus
>         $(INSTALL) -m 0755 -D package/dbus/S30dbus $(TARGET_DIR)/etc/init.d/S30dbus
> endef

> It doesn't exist in your filesystem?

Ah.  There's the reason.  I wipe /tmp on boot so I can create a custom
directory structure in a tmpfs.  I'll add support for /var/lib/dbus
there if I decide to keep dbus.

Thanks for the tip Thomas.
-- 
Michael J. Hammel <buildroot at graphics-muse.org>



More information about the buildroot mailing list