From 8c6707f0dcab30d2c0d818b455b030b5d7e7091c Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Fri, 6 Aug 2021 17:35:36 +0000 Subject: meta-openpower: prep for new override syntax Change-Id: I5ca16c6fa7bc616bfa9bc41c4f86d32fd92b0287 Signed-off-by: Adriana Kobylak --- .../recipes-phosphor/network/first-boot-set-hostname_1.0.bb | 4 ++-- meta-openpower/recipes-phosphor/network/first-boot-set-mac_1.0.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-openpower/recipes-phosphor/network') diff --git a/meta-openpower/recipes-phosphor/network/first-boot-set-hostname_1.0.bb b/meta-openpower/recipes-phosphor/network/first-boot-set-hostname_1.0.bb index f3f7d34cf..20161bcdc 100644 --- a/meta-openpower/recipes-phosphor/network/first-boot-set-hostname_1.0.bb +++ b/meta-openpower/recipes-phosphor/network/first-boot-set-hostname_1.0.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5 inherit allarch systemd -RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils}" +RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils}" -SYSTEMD_SERVICE_${PN} = "first-boot-set-hostname.service" +SYSTEMD_SERVICE:${PN} = "first-boot-set-hostname.service" SRC_URI = "file://${BPN}.sh file://${BPN}.service" diff --git a/meta-openpower/recipes-phosphor/network/first-boot-set-mac_1.0.bb b/meta-openpower/recipes-phosphor/network/first-boot-set-mac_1.0.bb index f67ddd464..eaa04dfef 100644 --- a/meta-openpower/recipes-phosphor/network/first-boot-set-mac_1.0.bb +++ b/meta-openpower/recipes-phosphor/network/first-boot-set-mac_1.0.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5 inherit allarch systemd -RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils}" +RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils}" -SYSTEMD_SERVICE_${PN} = "first-boot-set-mac@.service" +SYSTEMD_SERVICE:${PN} = "first-boot-set-mac@.service" SRC_URI = "file://${BPN}.sh file://${BPN}@.service" -- cgit v1.2.3