diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-02 17:58:34 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:22:49 +0000 |
| commit | 4181e58d90369fc1c3730e0ceb9cf531b27ea601 (patch) | |
| tree | cffb2c3e8060d244ff64d79bcb49d04be34b9934 | |
| parent | 0d8bd7d6ba79410d9349846a798cf6e7c279fa5d (diff) | |
| download | poky-4181e58d90369fc1c3730e0ceb9cf531b27ea601.tar.gz | |
ref-manual: Updated warning regarding libexecdir
Fixes [YOCTO #6398]
Fixed the text according to Ross such that the specified
package contains files in /usr/libexec when the distro
configuration uses a different path for <libexecdir>.
By default libexecdir is $prefix/libexec but this can
be changed, for example to ${libdir}.
(From yocto-docs rev: 6ffe6728994c615abe2689a63f9f055425d08d7e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 38689b9920..4fcf1db619 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml | |||
| @@ -81,11 +81,13 @@ can be found then it should be implemented. I can't find one at the moment. | |||
| 81 | 81 | ||
| 82 | <para> | 82 | <para> |
| 83 | The specified package contains files in | 83 | The specified package contains files in |
| 84 | <filename>/usr/libexec</filename>. | 84 | <filename>/usr/libexec</filename> when the distro |
| 85 | By default, <filename>libexecdir</filename> is set to | 85 | configuration uses a different path for |
| 86 | "${libdir}/${BPN}" rather than to "/usr/libexec". | 86 | <filename><libexecdir></filename> |
| 87 | Thus, installing to <filename>/usr/libexec</filename> | 87 | By default, <filename><libexecdir></filename> is |
| 88 | is likely not desirable. | 88 | <filename>$prefix/libexec</filename>. |
| 89 | However, this default can be changed (e.g. | ||
| 90 | <filename>${libdir}</filename>). | ||
| 89 | </para> | 91 | </para> |
| 90 | 92 | ||
| 91 | <para> | 93 | <para> |
