Skip to content

Commit

Permalink
hostapp-update-hooks: only include os-helpers-sb for signed builds
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed May 11, 2024
1 parent 55ea286 commit bfe9204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ RDEPENDS:${PN} = " \
dropbear \
openssh-keygen \
util-linux \
os-helpers-sb \
"
RDEPENDS:${PN}:append = "${@oe.utils.conditional('SIGN_API','','',' os-helpers-sb',d)}"

RDEPENDS:${PN}:append = "${@bb.utils.contains('MACHINE_FEATURES', 'efi', ' efivar efitools-utils tcgtool', '',d)}"

Expand Down

0 comments on commit bfe9204

Please sign in to comment.