diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-06-21 14:14:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:13 +0100 |
commit | d6c3c579d0702958aefe6aa4e1ed60e5b0f24f46 (patch) | |
tree | 19a496732684fc677dcc22b3b5934b123169c095 /documentation | |
parent | 1501ab0c6ea7ed7a2565b8fdf95a6ade81c3b2f7 (diff) | |
download | poky-d6c3c579d0702958aefe6aa4e1ed60e5b0f24f46.tar.gz |
dev-manual: Updated Using RPM example
Fixes [YOCTO #11699]
Configuration example didn't work with "" around
baseurl. Removed "".
(From yocto-docs rev: c40d818fb92904b74e677749ee16c52716dd02a9)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 7e564012c0..7715e35483 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -8740,7 +8740,7 @@ | |||
8740 | file with the following content: | 8740 | file with the following content: |
8741 | <literallayout class='monospaced'> | 8741 | <literallayout class='monospaced'> |
8742 | [oe-packages] | 8742 | [oe-packages] |
8743 | baseurl="http://my.server/rpm/i586 http://my.server/rpm/qemux86 http://my.server/rpm/all" | 8743 | baseurl=http://my.server/rpm/i586 http://my.server/rpm/qemux86 http://my.server/rpm/all |
8744 | </literallayout> | 8744 | </literallayout> |
8745 | From the target machine, fetch the repository: | 8745 | From the target machine, fetch the repository: |
8746 | <literallayout class='monospaced'> | 8746 | <literallayout class='monospaced'> |