diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-02-07 19:04:01 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-10 11:04:02 +0000 |
| commit | 86e9630511321530ba6f19ebedbaebad1a89a89f (patch) | |
| tree | 48b1bd872365526e5ef26d0055df89bb727a9dd3 /documentation | |
| parent | 4abffe76eb22d42149da6118ac219690bb11a3b9 (diff) | |
| download | poky-86e9630511321530ba6f19ebedbaebad1a89a89f.tar.gz | |
dev-manual: fix old override syntax
(From yocto-docs rev: 48bd2ea8efe446b3694a3795b8083fe8783777aa)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/common-tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index ce7eb6c9dd..aab50e4078 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
| @@ -5091,9 +5091,9 @@ default :term:`FILES` variables in ``bitbake.conf``:: | |||
| 5091 | 5091 | ||
| 5092 | SOLIBS = ".so.*" | 5092 | SOLIBS = ".so.*" |
| 5093 | SOLIBSDEV = ".so" | 5093 | SOLIBSDEV = ".so" |
| 5094 | FILES_${PN} = "... ${libdir}/lib*${SOLIBS} ..." | 5094 | FILES:${PN} = "... ${libdir}/lib*${SOLIBS} ..." |
| 5095 | FILES_SOLIBSDEV ?= "... ${libdir}/lib*${SOLIBSDEV} ..." | 5095 | FILES_SOLIBSDEV ?= "... ${libdir}/lib*${SOLIBSDEV} ..." |
| 5096 | FILES_${PN}-dev = "... ${FILES_SOLIBSDEV} ..." | 5096 | FILES:${PN}-dev = "... ${FILES_SOLIBSDEV} ..." |
| 5097 | 5097 | ||
| 5098 | :term:`SOLIBS` defines a pattern that matches real shared object libraries. | 5098 | :term:`SOLIBS` defines a pattern that matches real shared object libraries. |
| 5099 | :term:`SOLIBSDEV` matches the development form (unversioned symlink). These two | 5099 | :term:`SOLIBSDEV` matches the development form (unversioned symlink). These two |
