Skip to content

Commit

Permalink
base: nerdctl: install the binaries in OE standard places
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose authored and ricardosalveti committed Aug 8, 2022
1 parent f1da8c2 commit dd33a56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta-lmp-base/recipes-containers/nerdctl/nerdctl_git.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
do_install() {
install -d ${D}${bindir}
install -m 755 ${S}/src/import/_output/nerdctl ${D}${bindir}
}

0 comments on commit dd33a56

Please sign in to comment.