diff options
Diffstat (limited to 'documentation/sdk-manual/appendix-obtain.rst')
-rw-r--r-- | documentation/sdk-manual/appendix-obtain.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst index fc6b8b9d5c..841abac5aa 100644 --- a/documentation/sdk-manual/appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst | |||
@@ -163,7 +163,7 @@ build the SDK installer. Follow these steps: | |||
163 | SDK installer. Doing so ensures that the eventual SDK | 163 | SDK installer. Doing so ensures that the eventual SDK |
164 | installation process installs the appropriate library packages | 164 | installation process installs the appropriate library packages |
165 | as part of the SDK. Following is an example using ``libc`` | 165 | as part of the SDK. Following is an example using ``libc`` |
166 | static development libraries: TOOLCHAIN_TARGET_TASK_append = " | 166 | static development libraries: TOOLCHAIN_TARGET_TASK:append = " |
167 | libc-staticdev" | 167 | libc-staticdev" |
168 | 168 | ||
169 | 7. *Run the Installer:* You can now run the SDK installer from | 169 | 7. *Run the Installer:* You can now run the SDK installer from |