[OE-core] [PATCH] image.bbclass: use soft assignment for LDCONFIGDEPEND

Richard Purdie richard.purdie at linuxfoundation.org
Tue May 17 13:46:30 UTC 2011


On Tue, 2011-05-17 at 13:31 +0100, Phil Blundell wrote:
> This allows distros that don't want ldconfig to turn it off.
> 
> Signed-off-by: Phil Blundell <philb at gnu.org>
> ---
>  meta/classes/image.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> index b2325b3..346dd5e 100644
> --- a/meta/classes/image.bbclass
> +++ b/meta/classes/image.bbclass
> @@ -23,7 +23,7 @@ PID = "${@os.getpid()}"
> 
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> 
> -LDCONFIGDEPEND = "ldconfig-native:do_populate_sysroot"
> +LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot"
>  LDCONFIGDEPEND_linux-uclibc = ""
>  LDCONFIGDEPEND_linux-uclibceabi = ""
> 

Applied, thanks (when I can push to the repo).

Cheers,

Richard





More information about the Openembedded-core mailing list