From 26a3df450e6649ce59cfd6ada5f36a3609fccb7c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Feb 2015 12:30:25 -0800 Subject: [PATCH] ref-manual: Updated the ASSUME_SHLIB variable. Applied a different example from Paul. (From yocto-docs rev: b21ef6a792361eb0893ee17524794fba3bed885c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bba4edf396..86161ede5d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -331,10 +331,9 @@ - Here is an example that adds an - shlib provider named - libEGL.so.1 to the - libegl-implementation package: + Here is an example that adds a shared library named + libEGL.so.1 as being provided by + the libegl-implementation package: ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation"