From 37d3b1b316470fdcfebc59d5522bfbfefc025ff6 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 20 Aug 2021 13:57:33 -0400 Subject: Convert to new override syntax This is mostly the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. A few minor fixups were done by hand afterwards during a review of the changes. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray Change-Id: I0bbae97331abee1367b368ce54ab39e3162a12ec --- meta-agl-lxc/recipes-container/lxc/lxc_4.%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-agl-lxc/recipes-container/lxc/lxc_4.%.bbappend') diff --git a/meta-agl-lxc/recipes-container/lxc/lxc_4.%.bbappend b/meta-agl-lxc/recipes-container/lxc/lxc_4.%.bbappend index 61dfa665..72078495 100644 --- a/meta-agl-lxc/recipes-container/lxc/lxc_4.%.bbappend +++ b/meta-agl-lxc/recipes-container/lxc/lxc_4.%.bbappend @@ -1,11 +1,11 @@ -PACKAGECONFIG_remove = "templates" +PACKAGECONFIG:remove = "templates" -SYSTEMD_AUTO_ENABLE_${PN} = "enable" +SYSTEMD_AUTO_ENABLE:${PN} = "enable" # NOTE: # This needs to be replaced with a rework of the upstream packaging # to do a proper split of core from the template support. -RDEPENDS_${PN} = "" +RDEPENDS:${PN} = "" -- cgit 1.2.3-korg