diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-07 15:19:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:33 +0100 |
commit | b247baeff2d6e76e155da6d12f96178773c4234f (patch) | |
tree | 98b118f2237ce45efef9d6391c9f33edfd5e3809 /documentation | |
parent | 79cb2ed033fbba44335435fe7627e37fcfc0b33e (diff) | |
download | poky-b247baeff2d6e76e155da6d12f96178773c4234f.tar.gz |
ref-manual: More wording changes to oe-pkgdata-util section.
(From yocto-docs rev: 63f412dd31ae05dd0abdcc2b97b1c596b6054f18)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index e9278ecc6c..87360aeb05 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -295,16 +295,18 @@ | |||
295 | <filename>${WORKDIR}/packages-split</filename> | 295 | <filename>${WORKDIR}/packages-split</filename> |
296 | directory, make sure that | 296 | directory, make sure that |
297 | <link linkend='ref-classes-rm-work'><filename>rm_work</filename></link> | 297 | <link linkend='ref-classes-rm-work'><filename>rm_work</filename></link> |
298 | is not enabled when you build the recipe.</para> | 298 | is not enabled when you build the recipe. |
299 | </para> | ||
299 | </note> | 300 | </note> |
300 | </para></listitem> | 301 | </para></listitem> |
301 | <listitem><para> | 302 | <listitem><para> |
302 | <filename>oe-pkgdata-util find-path </filename><replaceable>path</replaceable><filename> ...</filename>: | 303 | <filename>oe-pkgdata-util find-path </filename><replaceable>path</replaceable><filename> ...</filename>: |
303 | Lists the names of the packages that contain the given | 304 | Lists the names of the packages that contain the given |
304 | paths. | 305 | paths. |
305 | For example, the following tells us that the | 306 | For example, the following tells us that |
306 | <filename>make-doc</filename> package contains | 307 | <filename>/usr/share/man/man1/make.1</filename> |
307 | <filename>/usr/share/man/man1/make.1</filename>: | 308 | is contained in the <filename>make-doc</filename> |
309 | package: | ||
308 | <literallayout class='monospaced'> | 310 | <literallayout class='monospaced'> |
309 | $ oe-pkgdata-util find-path /usr/share/man/man1/make.1 | 311 | $ oe-pkgdata-util find-path /usr/share/man/man1/make.1 |
310 | make-doc: /usr/share/man/man1/make.1 | 312 | make-doc: /usr/share/man/man1/make.1 |