[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6683/8267] dev-manual: Updated Using RPM example



commit d6c3c579d0702958aefe6aa4e1ed60e5b0f24f46
Author: Kristi Rifenbark <kristi rifenbark gmail com>
Date:   Wed Jun 21 14:14:00 2017 -0700

    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>

 .../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 7e56401..7715e35 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8740,7 +8740,7 @@
                         file with the following content:
                         <literallayout class='monospaced'>
      [oe-packages]
-     baseurl="http://my.server/rpm/i586 http://my.server/rpm/qemux86 http://my.server/rpm/all";
+     baseurl=http://my.server/rpm/i586 http://my.server/rpm/qemux86 http://my.server/rpm/all
                         </literallayout>
                         From the target machine, fetch the repository:
                         <literallayout class='monospaced'>


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