瀏覽代碼

Fix creation of swupdate-progress-systemd

Fix bf95cb0fb moving the service unit from swupdate-progress to
swupdate-progress-systemd.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Reported-by: Oliver Westermann <Oliver.Westermann@cognex.com>
CC: Kyle Russell <bkylerussell@gmail.com>
Stefano Babic 4 年之前
父節點
當前提交
3095ad68e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes-support/swupdate/swupdate.inc

+ 1 - 1
recipes-support/swupdate/swupdate.inc

@@ -277,5 +277,5 @@ INITSCRIPT_PARAMS = "defaults 70"
 
 SYSTEMD_PACKAGES = "${PN} ${PN}-progress ${PN}-usb"
 SYSTEMD_SERVICE_${PN} = "swupdate.service swupdate.socket"
-SYSTEMD_SERVICE_${PN}-progress = "swupdate-progress.service"
+SYSTEMD_SERVICE_${PN}-progress-systemd = "swupdate-progress.service"
 SYSTEMD_SERVICE_${PN}-usb = "swupdate-usb@.service"