[FE training-materials-updates] yocto: slides: fix connman packageconfig example

Antoine Ténart antoine.tenart at free-electrons.com
Thu Mar 24 16:41:59 CET 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=828d2f6450644188eed5e58302ad017b8b2ac798

>---------------------------------------------------------------

commit 828d2f6450644188eed5e58302ad017b8b2ac798
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Thu Mar 24 10:34:08 2016 +0100

    yocto: slides: fix connman packageconfig example
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


>---------------------------------------------------------------

828d2f6450644188eed5e58302ad017b8b2ac798
 slides/yocto-recipe-extra/yocto-recipe-extra.tex | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/slides/yocto-recipe-extra/yocto-recipe-extra.tex b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
index 6c01e99..5286357 100644
--- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex
+++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
@@ -80,10 +80,9 @@ PACKAGECONFIG[wifi] = "--enable-wifi,            \
 PACKAGECONFIG[bluetooth] = "--enable-bluetooth,  \
                             --disable-bluetooth, \
                             bluez4"
-PACKAGECONFIG[openvpn] = "--enable-openvpn,      \
-                          --with-openvpn=...,    \
-                          --disable-openvpn,     \
-                          ,                      \
+PACKAGECONFIG[openvpn] = "--enable-openvpn --with-openvpn=...,    \
+                          --disable-openvpn,                      \
+                          ,                                       \
                           openvpn"
   \end{minted}
   \end{block}




More information about the training-materials-updates mailing list