diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-05-02 16:00:30 +0206 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-05-02 16:00:30 +0206 |
| commit | 3ce5555652c9b76aa0a2d70a3aae1da2c1bab012 (patch) | |
| tree | 3c2656ba828e04a8c5db079d795c3d833651aee5 | |
| parent | fb816880451696c1bdb72493b38a8c8778ac8fb9 (diff) | |
yocto-example-layer: fix typosschulung
- misspelled "graphics"
- missing "$" for bitbake variable
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | distribution/yocto-example-layer/distro.tex | 2 | ||||
| -rw-r--r-- | distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distribution/yocto-example-layer/distro.tex b/distribution/yocto-example-layer/distro.tex index 0eefa60..a53a674 100644 --- a/distribution/yocto-example-layer/distro.tex +++ b/distribution/yocto-example-layer/distro.tex @@ -33,7 +33,7 @@ \end{frame} \begin{frame} -\frametitle{distro features: grahpics} +\frametitle{distro features: graphics} \begin{description} \item[opengl] the Open Graphics Library, which is a cross-language, multi-platform application programming interface used for rendering two diff --git a/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex b/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex index e1a0176..5227062 100644 --- a/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex +++ b/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex @@ -16,7 +16,7 @@ inherit cmake #export EXTRA_OECMAKE = '-DBLUBB="bla" -FILES_{PN} = "${bindir}/hellocm" +FILES_${PN} = "${bindir}/hellocm" \end{verbatim} \end{frame} |
