diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2ac4a0acda..39e173363a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -316,6 +316,7 @@ Provides additional shlibs provider mapping information, which adds to or overwrites the information provided automatically by the system. + Separate multiple entries using spaces. @@ -327,9 +328,16 @@ shlibname:packagename[_version] - - Separate multiple entries using spaces. - + + + + Here is an example that adds an + shlib provider named + libEGL.so.1 to the + libegl-implementation package: + + ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" +