diff options
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
| -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 |
