From d6c3c579d0702958aefe6aa4e1ed60e5b0f24f46 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Wed, 21 Jun 2017 14:14:00 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 @@ file with the following content: [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 From the target machine, fetch the repository: -- cgit v1.2.3-54-g00ecf