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

Antoine Ténart antoine.tenart at free-electrons.com
Fri Jun 17 15:52:18 CEST 2016


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

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

commit bc7b53ae2b262d7a65042f51ffb6e5224ae419a4
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>


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

bc7b53ae2b262d7a65042f51ffb6e5224ae419a4
 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