From 0ba32a62ae2d552fd059c398a7b9298292155ac2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 12:16:36 -0800 Subject: ref-manual: Updated the ASSUME_SHLIBS variable. Added an example. (From yocto-docs rev: 7a22c2941618f29ad89087c186ae2af6f0c07323) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') 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" + -- cgit v1.2.3-54-g00ecf