Skip to content

Commit

Permalink
yocto-recipe-basics: fix variable name in example
Browse files Browse the repository at this point in the history
Reported-by: Alexandre Belloni <[email protected]>
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Oct 3, 2023
1 parent 6cf9bee commit ed3b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/yocto-recipe-basics/yocto-recipe-basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ \subsection{Recipes: overview}
\item The recipe name and version usually match the upstream ones.
\item When using the recipe \code{bash_5.1.bb}:
\begin{itemize}
\item \code{${PN} = "bash"}
\item \code{${BPN} = "bash"}
\item \code{${PV} = "5.1"}
\end{itemize}
\end{itemize}
Expand Down

0 comments on commit ed3b25e

Please sign in to comment.