From ffe6d597d9e3d4407cf8062b5d6505a80ce08f41 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Tue, 28 Sep 2021 12:04:51 -0700 Subject: Update to internal 0.75 Signed-off-by: Jason M. Bills --- meta-openbmc-mods/meta-common/recipes-phosphor/fru/default-fru.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-openbmc-mods/meta-common/recipes-phosphor/fru/default-fru.bb') diff --git a/meta-openbmc-mods/meta-common/recipes-phosphor/fru/default-fru.bb b/meta-openbmc-mods/meta-common/recipes-phosphor/fru/default-fru.bb index da8fc846e..b113547da 100644 --- a/meta-openbmc-mods/meta-common/recipes-phosphor/fru/default-fru.bb +++ b/meta-openbmc-mods/meta-common/recipes-phosphor/fru/default-fru.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Builds a default FRU file at runtime based on board ID" inherit systemd inherit cmake -SYSTEMD_SERVICE_${PN} = "SetBaseboardFru.service" +SYSTEMD_SERVICE:${PN} = "SetBaseboardFru.service" S = "${WORKDIR}" SRC_URI = "file://checkFru.sh \ @@ -20,9 +20,9 @@ LIC_FILES_CHKSUM = "\ file://mkfru.cpp;beginline=2;endline=14;md5=c451359f18a13ee69602afce1588c01a \ " -RDEPENDS_${PN} = "bash" +RDEPENDS:${PN} = "bash" -do_install_append() { +do_install:append() { install -d ${D}${bindir} install -m 0755 ${S}/checkFru.sh ${D}/${bindir}/checkFru.sh install -m 0755 ${S}/decodeBoardID.sh ${D}/${bindir}/decodeBoardID.sh -- cgit v1.2.3