From 3ce5555652c9b76aa0a2d70a3aae1da2c1bab012 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Thu, 2 May 2019 16:00:30 +0206 Subject: yocto-example-layer: fix typos - misspelled "graphics" - missing "$" for bitbake variable Signed-off-by: John Ogness --- distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex') 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} -- cgit v1.2.3