mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
dbus: ensure startup script is well installed
If /etc/init.d does not exist, we need to be sure that the dbus startup script is installed at the right place. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3b8d36c351
commit
732cb780ee
4
CHANGES
4
CHANGES
@ -3,8 +3,8 @@
|
|||||||
Ccache support reworked. Now used for both host and target
|
Ccache support reworked. Now used for both host and target
|
||||||
compilation, and cache is stored in ~/.buildroot-ccache.
|
compilation, and cache is stored in ~/.buildroot-ccache.
|
||||||
|
|
||||||
Updated/fixed packages: busybox, cloop, gdk-pixbuf, libconfig,
|
Updated/fixed packages: busybox, dbus, cloop, gdk-pixbuf,
|
||||||
m4, openssh, openssl, qt, usbutils, xz, zlib
|
libconfig, m4, openssh, openssl, qt, usbutils, xz, zlib
|
||||||
|
|
||||||
New packages: dhrystone, lsuio, rsh-redone, whetstone
|
New packages: dhrystone, lsuio, rsh-redone, whetstone
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ endif
|
|||||||
define DBUS_INSTALL_TARGET_FIXUP
|
define DBUS_INSTALL_TARGET_FIXUP
|
||||||
rm -rf $(TARGET_DIR)/var/lib/dbus
|
rm -rf $(TARGET_DIR)/var/lib/dbus
|
||||||
ln -sf /tmp/dbus $(TARGET_DIR)/var/lib/dbus
|
ln -sf /tmp/dbus $(TARGET_DIR)/var/lib/dbus
|
||||||
$(INSTALL) -m 0755 package/dbus/S30dbus $(TARGET_DIR)/etc/init.d
|
$(INSTALL) -m 0755 -D package/dbus/S30dbus $(TARGET_DIR)/etc/init.d/S30dbus
|
||||||
endef
|
endef
|
||||||
|
|
||||||
DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_INSTALL_TARGET_FIXUP
|
DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_INSTALL_TARGET_FIXUP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user