summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb')
-rw-r--r--meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb b/meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb
index af2cc76ac..f4b36d616 100644
--- a/meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb
+++ b/meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb
@@ -9,7 +9,7 @@ PV = "v1.6+git${SRCPV}"
inherit obmc-phosphor-systemd
S = "${WORKDIR}/git"
-FILES_${PN} = "${sbindir}"
+FILES:${PN} = "${sbindir}"
do_compile() {
# CC is overridden in the Makefile, so override it harder in the invocation
@@ -23,4 +23,4 @@ do_install() {
install -m 0755 iotools ${D}${sbindir}
}
-SYSTEMD_SERVICE_${PN} += "iotools-setup.service"
+SYSTEMD_SERVICE:${PN} += "iotools-setup.service"