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 @@ ${WORKDIR}/packages-split directory, make sure that rm_work - is not enabled when you build the recipe. + is not enabled when you build the recipe. + oe-pkgdata-util find-path path ...: Lists the names of the packages that contain the given paths. - For example, the following tells us that the - make-doc package contains - /usr/share/man/man1/make.1: + For example, the following tells us that + /usr/share/man/man1/make.1 + is contained in the make-doc + package: $ oe-pkgdata-util find-path /usr/share/man/man1/make.1 make-doc: /usr/share/man/man1/make.1