[OE-core] [PATCH] lvm2.inc: EXTRA_OECONF is been overwrited

Martin Jansa martin.jansa at gmail.com
Fri Jun 6 09:17:00 UTC 2014


On Thu, Jun 05, 2014 at 11:26:17PM -0400, Yao Xinpan wrote:
> EXTRA_OECONF has been assigned before ‘EXTRA_OECONF = "--with-usrlibdir=${libdir}"’.
> 
> So, ‘EXTRA_OECONF = "--with-usrlibdir=${libdir}"’ should be changed to
> ‘EXTRA_OECONF += "--with-usrlibdir=${libdir}"’.
> 
> Signed-off-by: Yao Xinpan <yaoxp at cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/lvm2/lvm2.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
> index c6a9ec0..71f782a 100644
> --- a/meta-oe/recipes-support/lvm2/lvm2.inc
> +++ b/meta-oe/recipes-support/lvm2/lvm2.inc
> @@ -47,4 +47,4 @@ FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev"
>  FILES_${PN}-dbg += "${libdir}/device-mapper/.debug"
>  
>  RDEPENDS_${PN} = "bash"
> -EXTRA_OECONF = "--with-usrlibdir=${libdir}"
> +EXTRA_OECONF += "--with-usrlibdir=${libdir}"

Please send it to openembedded-devel at lists.openembedded.org with right
subject tag (see README file)

> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140606/c327f667/attachment-0002.sig>


More information about the Openembedded-core mailing list