From 31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Jul 2021 19:44:05 +0200 Subject: Convert to new override syntax This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa --- recipes-test/demo-network-config/network-config.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-test/demo-network-config/network-config.inc') diff --git a/recipes-test/demo-network-config/network-config.inc b/recipes-test/demo-network-config/network-config.inc index b023f51..919d4ab 100644 --- a/recipes-test/demo-network-config/network-config.inc +++ b/recipes-test/demo-network-config/network-config.inc @@ -1,4 +1,4 @@ -SRC_URI_append = "\ +SRC_URI:append = "\ file://26-${CONF_TYPE}-client.network \ " @@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" SECONDARY_INTERFACE ?= "${@ 'eth0' if d.getVar('MACHINE') == 'raspberrypi3' else 'enp0s5'}" -do_install_append() { +do_install:append() { bbnote "Network configuration type to be applied: ${CONF_TYPE}" install -d ${D}${libdir}/systemd/network install -m 0644 ${WORKDIR}/26-${CONF_TYPE}-client.network ${D}${libdir}/systemd/network/ -- cgit v1.2.3-54-g00ecf