From 42422ac20922a3fa2a6f1ab7c08a25b22769b44a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 11 Apr 2022 19:44:45 -0400 Subject: 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 Change-Id: I2293a2ad463c52022e2f3f052719dca59b404d6b --- meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-lxc/recipes-demo/momiscreen/momiscreen_git.bb') 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 -- cgit 1.2.3-korg