package/mender: install io.mender.UpdateManager.conf dbus file
This file adds a DBus endpoint for the UpdateControlMap, which allows a user to set the ID and Priority of a given update process Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b49417ebc6
commit
349f5bcfb0
@ -92,6 +92,9 @@ MENDER_DEPENDENCIES += libglib2
|
||||
define MENDER_INSTALL_DBUS_AUTHENTICATION_MANAGER_CONF
|
||||
$(INSTALL) -D -m 0755 $(@D)/support/dbus/io.mender.AuthenticationManager.conf \
|
||||
$(TARGET_DIR)/etc/dbus-1/system.d/io.mender.AuthenticationManager.conf
|
||||
|
||||
$(INSTALL) -D -m 0755 $(@D)/support/dbus/io.mender.UpdateManager.conf \
|
||||
$(TARGET_DIR)/etc/dbus-1/system.d/io.mender.UpdateManager.conf
|
||||
endef
|
||||
MENDER_POST_INSTALL_TARGET_HOOKS += MENDER_INSTALL_DBUS_AUTHENTICATION_MANAGER_CONF
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user