diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-16 10:57:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:34 +0100 |
commit | 0ac7b1e9dfe96b22c1744742120794d151635909 (patch) | |
tree | 91967988ee7a47f0edce1202cc01fc07c1b0fe1c | |
parent | ad1ba190df11353df7dd676ca30bbc8bd6e68671 (diff) | |
download | poky-0ac7b1e9dfe96b22c1744742120794d151635909.tar.gz |
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>
-rw-r--r-- | 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 0a16598dd9..603e855662 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -370,7 +370,7 @@ | |||
370 | run the script again: | 370 | run the script again: |
371 | <literallayout class='monospaced'> | 371 | <literallayout class='monospaced'> |
372 | $ libtoolize --automake | 372 | $ libtoolize --automake |
373 | $ aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal \ | 373 | $ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal \ |
374 | [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>] | 374 | [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>] |
375 | $ autoconf | 375 | $ autoconf |
376 | $ autoheader | 376 | $ autoheader |