diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 19:44:45 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 19:44:45 -0400 |
commit | 42422ac20922a3fa2a6f1ab7c08a25b22769b44a (patch) | |
tree | 78d0fce5867b4a6575a308daf7090529a4ae4e75 /meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb | |
parent | a61f829fb16aeb4df245a186169ae7326ac0607a (diff) |
Fix remaining use of old override syntax
Some usage of the old override syntax crept back in with recent
commits, fix those so that building with kirkstone is feasible.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2293a2ad463c52022e2f3f052719dca59b404d6b
Diffstat (limited to 'meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb')
-rw-r--r-- | meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb b/meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb index 6fdc3097..35fc6e75 100644 --- a/meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb +++ b/meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb @@ -25,7 +25,7 @@ inherit qmake5 systemd QT_INSTALL_PREFIX = "/usr" -do_install_append() { +do_install:append() { install -d ${D}/lib/systemd/system install -m 0644 ${WORKDIR}/momiscreen.service ${D}/lib/systemd/system |