summaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr/multiprocmgr_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/multiprocmgr/multiprocmgr_git.bb')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index 07512603..1bd24885 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
16INITSCRIPT_NAME = "mpmsrv-daemon.sh" 16INITSCRIPT_NAME = "mpmsrv-daemon.sh"
17INITSCRIPT_PARAMS = "defaults 10" 17INITSCRIPT_PARAMS = "defaults 10"
18 18
19SYSTEMD_SERVICE_${PN} = "mpmsrv-daemon.service" 19SYSTEMD_SERVICE:${PN} = "mpmsrv-daemon.service"
20 20
21inherit update-rc.d systemd 21inherit update-rc.d systemd
22 22
@@ -41,4 +41,4 @@ do_install() {
41 chown -R root:root ${D}${libdir}/ 41 chown -R root:root ${D}${libdir}/
42} 42}
43 43
44INSANE_SKIP_${PN} = "ldflags" 44INSANE_SKIP:${PN} = "ldflags"