All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lvm2.inc: EXTRA_OECONF is been overwrited
@ 2014-06-06  3:26 Yao Xinpan
  2014-06-06  9:17 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Yao Xinpan @ 2014-06-06  3:26 UTC (permalink / raw)
  To: openembedded-core

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@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}"
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] lvm2.inc: EXTRA_OECONF is been overwrited
  2014-06-06  3:26 [PATCH] lvm2.inc: EXTRA_OECONF is been overwrited Yao Xinpan
@ 2014-06-06  9:17 ` Martin Jansa
  2014-06-06  9:27   ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-06-06  9:17 UTC (permalink / raw)
  To: Yao Xinpan; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1346 bytes --]

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@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@lists.openembedded.org with right
subject tag (see README file)

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

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] lvm2.inc: EXTRA_OECONF is been overwrited
  2014-06-06  9:17 ` Martin Jansa
@ 2014-06-06  9:27   ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2014-06-06  9:27 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core


Op 6 jun. 2014, om 11:17 heeft Martin Jansa <martin.jansa@gmail.com> het volgende geschreven:

> 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@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@lists.openembedded.org with right
> subject tag (see README file)


And just collaps the 2 lines into a single EXTRA_OECONF. I don't know how that EXTRA_OECONF below RDEPENDS got through review, but it shouldn't have.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-06  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06  3:26 [PATCH] lvm2.inc: EXTRA_OECONF is been overwrited Yao Xinpan
2014-06-06  9:17 ` Martin Jansa
2014-06-06  9:27   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.