diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-19 14:59:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:43 +0100 |
commit | bfe4fef0984acc39cc1de9e49d24734a8b241114 (patch) | |
tree | ff21f9bd3f4fd20af7f29919b4cd104895bca7b1 | |
parent | 5cdf2e8b2c21ed723ca54f02b58b02095dd3518f (diff) | |
download | poky-bfe4fef0984acc39cc1de9e49d24734a8b241114.tar.gz |
sdk-manual: Converted bullet list to ordered list
On second thought, the list I turned into a bullet list from the
previous commit was a bit hasty. That list is order dependent.
Reverted the list.
(From yocto-docs rev: 9ea640ffea2a2c9827f18070a5b287453c8653e9)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml index 78ead9c022..c8d369a8c8 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml | |||
@@ -340,7 +340,7 @@ | |||
340 | If you want the users of an extensible SDK you build to be | 340 | If you want the users of an extensible SDK you build to be |
341 | able to add items to the SDK without requiring the users to build | 341 | able to add items to the SDK without requiring the users to build |
342 | the items from source, you need to do a number of things: | 342 | the items from source, you need to do a number of things: |
343 | <itemizedlist> | 343 | <orderedlist> |
344 | <listitem><para> | 344 | <listitem><para> |
345 | Ensure the additional items you want the user to be able to | 345 | Ensure the additional items you want the user to be able to |
346 | install are already built: | 346 | install are already built: |
@@ -415,7 +415,7 @@ | |||
415 | </para></listitem> | 415 | </para></listitem> |
416 | </itemizedlist> | 416 | </itemizedlist> |
417 | </para></listitem> | 417 | </para></listitem> |
418 | </itemizedlist> | 418 | </orderedlist> |
419 | </para> | 419 | </para> |
420 | </section> | 420 | </section> |
421 | 421 | ||