summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-core
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2022-05-13 14:41:41 +0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-05-13 10:47:39 +0000
commiteb1cb6e454c2355d64238683d2111f5da4964706 (patch)
tree7fd4f2a22d1c085cf947be90379afdddbe9da028 /meta-agl-lxc/recipes-core
parent9e91874e6e23eb36570653aaf93e0d4d994d90bc (diff)
Replace "/etc" with "${sysconfidir}"
make them more standardized v2: also update ${D}/lib -> ${D}${libdir} v3: updated FILES sections as well Bug-AGL: SPEC-4374 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Ia2809d849ba9424aa54bab5b651c07b24d3a5cee
Diffstat (limited to 'meta-agl-lxc/recipes-core')
-rw-r--r--meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
index cd34dc75..0714f62b 100644
--- a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
+++ b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
@@ -9,11 +9,11 @@ SRC_URI = " \
"
do_install() {
- install -D -m0644 ${WORKDIR}/20-wired.network ${D}/etc/systemd/network/20-wired.network
+ install -D -m0644 ${WORKDIR}/20-wired.network ${D}${sysconfdir}/systemd/network/20-wired.network
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
FILES:${PN} = "\
- /etc/systemd/network/* \
+ ${sysconfdir}/systemd/network/* \
"