mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
dev-manual: fix old override syntax
(From yocto-docs rev: 6d0d6c839a344dfa616acfa78eed56817e7d315d) 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>
This commit is contained in:
committed by
Richard Purdie
parent
b69d0e77e2
commit
deba71a1f2
@@ -5092,9 +5092,9 @@ default :term:`FILES` variables in ``bitbake.conf``::
|
||||
|
||||
SOLIBS = ".so.*"
|
||||
SOLIBSDEV = ".so"
|
||||
FILES_${PN} = "... ${libdir}/lib*${SOLIBS} ..."
|
||||
FILES:${PN} = "... ${libdir}/lib*${SOLIBS} ..."
|
||||
FILES_SOLIBSDEV ?= "... ${libdir}/lib*${SOLIBSDEV} ..."
|
||||
FILES_${PN}-dev = "... ${FILES_SOLIBSDEV} ..."
|
||||
FILES:${PN}-dev = "... ${FILES_SOLIBSDEV} ..."
|
||||
|
||||
:term:`SOLIBS` defines a pattern that matches real shared object libraries.
|
||||
:term:`SOLIBSDEV` matches the development form (unversioned symlink). These two
|
||||
|
||||
Reference in New Issue
Block a user