From: Scott Rifenbark Date: Wed, 7 Sep 2016 22:19:56 +0000 (-0700) Subject: ref-manual: More wording changes to oe-pkgdata-util section. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b247baeff2d6e76e155da6d12f96178773c4234f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: More wording changes to oe-pkgdata-util section. (From yocto-docs rev: 63f412dd31ae05dd0abdcc2b97b1c596b6054f18) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index e9278ecc6c5..87360aeb058 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