[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1316/8267] dev-manual: Review edits to the package installation section
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 1316/8267] dev-manual: Review edits to the package installation section
- Date: Sat, 16 Dec 2017 21:39:25 +0000 (UTC)
commit 33e1c39361a21505f489cfa74b8ad27802a8ff38
Author: Scott Rifenbark <srifenbark gmail com>
Date: Wed Jun 29 07:55:05 2016 -0700
dev-manual: Review edits to the package installation section
Fixes [YOCTO #9672]
A couple typos here needed fixed. Also, a missing statement in
the JSON example.
(From yocto-docs rev: 8756cb363a70a8b77077a666c62c0f678ffb3d3e)
Signed-off-by: Scott Rifenbark <srifenbark gmail com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
.../dev-manual/dev-manual-common-tasks.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml
b/documentation/dev-manual/dev-manual-common-tasks.xml
index 219594f..e9032cd 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -9401,7 +9401,7 @@
A JSON file is used to define the packages needed by a test.
This file must be in the same path as the file used to define
the tests.
- Furthermore, the filename must map directory to the test
+ Furthermore, the filename must map directly to the test
module name with a <filename>.json</filename> extension.
</para>
@@ -9434,7 +9434,7 @@
DUT.
<literallayout class='monospaced'>
{
- "": {
+ "foo": {
"pkg": "bar"
},
"foobar": [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]