diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2021-08-11 14:39:05 -0400 |
|---|---|---|
| committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-17 11:21:54 +0000 |
| commit | e21c11b4a44417f67c78503bc3f954c175ac20e2 (patch) | |
| tree | e1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-ti/multiprocmgr/multiprocmgr_git.bb | |
| parent | f56051c9a8cf09f54c43b81301073eed71bbda97 (diff) | |
| download | meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz | |
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability,
speed and memory footprint. Update recipes with the new syntax and set layer
compatibility to honister.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Tested-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-ti/multiprocmgr/multiprocmgr_git.bb')
| -rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr_git.bb | 4 |
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}" | |||
| 16 | INITSCRIPT_NAME = "mpmsrv-daemon.sh" | 16 | INITSCRIPT_NAME = "mpmsrv-daemon.sh" |
| 17 | INITSCRIPT_PARAMS = "defaults 10" | 17 | INITSCRIPT_PARAMS = "defaults 10" |
| 18 | 18 | ||
| 19 | SYSTEMD_SERVICE_${PN} = "mpmsrv-daemon.service" | 19 | SYSTEMD_SERVICE:${PN} = "mpmsrv-daemon.service" |
| 20 | 20 | ||
| 21 | inherit update-rc.d systemd | 21 | inherit 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 | ||
| 44 | INSANE_SKIP_${PN} = "ldflags" | 44 | INSANE_SKIP:${PN} = "ldflags" |
