Skip to content

Commit

Permalink
recipes-bsp/txe-secure-boot/smmstoretool_git.bb: Use bindir to specif…
Browse files Browse the repository at this point in the history
…y file path

Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com>
  • Loading branch information
PLangowski committed Jun 6, 2024
1 parent b64a870 commit 3e057ca
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ do_install() {
oe_runmake 'DESTDIR=${D}' install
}

prefix = "/usr/local"
bindir = "${prefix}/bin"

FILES:${PN} = " \
/usr/local/bin/smmstoretool \
${bindir}/smmstoretool \
"

0 comments on commit 3e057ca

Please sign in to comment.