diff options
author | jmbills <jason.m.bills@intel.com> | 2021-10-04 22:42:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 22:42:48 +0300 |
commit | 0c9e31989c615598b5d042ffab385606660c93c0 (patch) | |
tree | 8019999b0ca042482e5193d6cabc06220c71d776 /meta-google/recipes-google/ssh | |
parent | 04cd92067d2481643df5010cb39b2134b648cf4d (diff) | |
parent | ffe6d597d9e3d4407cf8062b5d6505a80ce08f41 (diff) | |
download | openbmc-1-0.75.tar.xz |
Update
Diffstat (limited to 'meta-google/recipes-google/ssh')
-rw-r--r-- | meta-google/recipes-google/ssh/authorized-keys-comp.bb | 8 | ||||
-rw-r--r-- | meta-google/recipes-google/ssh/gbmc-dev-ssh-key.bb | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-google/recipes-google/ssh/authorized-keys-comp.bb b/meta-google/recipes-google/ssh/authorized-keys-comp.bb index 81ee868a8..ef0379286 100644 --- a/meta-google/recipes-google/ssh/authorized-keys-comp.bb +++ b/meta-google/recipes-google/ssh/authorized-keys-comp.bb @@ -12,15 +12,15 @@ SRC_URI += " \ S = "${WORKDIR}" -RDEPENDS_${PN} += "bash" +RDEPENDS:${PN} += "bash" -SYSTEMD_SERVICE_${PN} += "authorized-keys-comp.service" +SYSTEMD_SERVICE:${PN} += "authorized-keys-comp.service" -FILES_${PN} += "/home" +FILES:${PN} += "/home" AUTHORIZED_KEYS_COMP_USERS ?= "root" -do_install_append() { +do_install:append() { install -d -m0755 ${D}${libexecdir} install -m0755 authorized-keys-comp.sh ${D}${libexecdir}/ diff --git a/meta-google/recipes-google/ssh/gbmc-dev-ssh-key.bb b/meta-google/recipes-google/ssh/gbmc-dev-ssh-key.bb index a9d371e70..a402f511f 100644 --- a/meta-google/recipes-google/ssh/gbmc-dev-ssh-key.bb +++ b/meta-google/recipes-google/ssh/gbmc-dev-ssh-key.bb @@ -7,7 +7,7 @@ SRC_URI += "file://gbmc-dev.pub" S = "${WORKDIR}" -FILES_${PN} += " ${datadir}/authorized_keys.d" +FILES:${PN} += " ${datadir}/authorized_keys.d" do_install() { install -d ${D}${datadir}/authorized_keys.d/root |