summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml10
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&nbsp;</filename><replaceable>path</replaceable><filename>&nbsp;...</filename>: 303 <filename>oe-pkgdata-util find-path&nbsp;</filename><replaceable>path</replaceable><filename>&nbsp;...</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