[FE training-materials-updates] yocto: slides: fix ConnMan example rendering

Gregory Clement gregory.clement at free-electrons.com
Fri Sep 2 17:25:55 CEST 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : dev_mylene/yocto_update/krogoth
Link       : http://git.free-electrons.com/training-materials/commit/?id=7331e15f271cd1c7412025768820af42a08c778e

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

commit 7331e15f271cd1c7412025768820af42a08c778e
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Thu Jun 16 11:48:23 2016 +0200

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


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

7331e15f271cd1c7412025768820af42a08c778e
 slides/yocto-recipe-extra/yocto-recipe-extra.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/yocto-recipe-extra/yocto-recipe-extra.tex b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
index 00882bc..8b62c0a 100644
--- a/slides/yocto-recipe-extra/yocto-recipe-extra.tex
+++ b/slides/yocto-recipe-extra/yocto-recipe-extra.tex
@@ -80,9 +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 ,     \
+                          --disable-openvpn,     \
+                          ,                      \
                           openvpn"
   \end{minted}
   \end{block}




More information about the training-materials-updates mailing list