summaryrefslogtreecommitdiff
path: root/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-05-02 16:00:30 +0206
committerJohn Ogness <john.ogness@linutronix.de>2019-05-02 16:00:30 +0206
commit3ce5555652c9b76aa0a2d70a3aae1da2c1bab012 (patch)
tree3c2656ba828e04a8c5db079d795c3d833651aee5 /distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex
parentfb816880451696c1bdb72493b38a8c8778ac8fb9 (diff)
yocto-example-layer: fix typosschulung
- misspelled "graphics" - missing "$" for bitbake variable Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex')
-rw-r--r--distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex2
1 files changed, 1 insertions, 1 deletions
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}