[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2650/8267] sdk-manual: Updated Passing host options example



commit 0ac7b1e9dfe96b22c1744742120794d151635909
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Fri Sep 16 10:57:19 2016 -0700

    sdk-manual: Updated Passing host options example
    
    Fixes [YOCTO #10267]
    
    The example works better using OECORE_TARGET_SYSROOT for the
    aclocal line.  I changed it to that.
    
    (From yocto-docs rev: 362b786e7bf2083c5809e961f61c0ad81b778d71)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 documentation/sdk-manual/sdk-using.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml
index 0a16598..603e855 100644
--- a/documentation/sdk-manual/sdk-using.xml
+++ b/documentation/sdk-manual/sdk-using.xml
@@ -370,7 +370,7 @@
                 run the script again:
                 <literallayout class='monospaced'>
      $ libtoolize --automake
-     $ aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal \
+     $ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal \
         [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>]
      $ autoconf
      $ autoheader


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]