All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libconfig: inherit from autotools-brokensep
@ 2014-05-06  6:32 Andrea Galbusera
  2014-05-07 17:09 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Galbusera @ 2014-05-06  6:32 UTC (permalink / raw)
  To: openembedded-devel

do_compile fails otherwise

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
---
 .../recipes-extended/libconfig/libconfig_1.4.9.bb  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
index c7d3cf7..22eecf8 100644
--- a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
+++ b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
 
 SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz"
 
-inherit autotools pkgconfig
+inherit autotools-brokensep pkgconfig
 
 SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634"
 SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041"
-- 
1.7.9.5



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

* Re: [meta-oe][PATCH] libconfig: inherit from autotools-brokensep
  2014-05-06  6:32 [meta-oe][PATCH] libconfig: inherit from autotools-brokensep Andrea Galbusera
@ 2014-05-07 17:09 ` Martin Jansa
  2014-05-08  5:15   ` Andrea Galbusera
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-05-07 17:09 UTC (permalink / raw)
  To: openembedded-devel

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

On Tue, May 06, 2014 at 08:32:44AM +0200, Andrea Galbusera wrote:
> do_compile fails otherwise

This looks exactly the same as the patch you sent 2 days before. Is it
v2 or just duplicate?

> 
> Signed-off-by: Andrea Galbusera <gizero@gmail.com>
> ---
>  .../recipes-extended/libconfig/libconfig_1.4.9.bb  |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
> index c7d3cf7..22eecf8 100644
> --- a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
> +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
>  
>  SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz"
>  
> -inherit autotools pkgconfig
> +inherit autotools-brokensep pkgconfig
>  
>  SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634"
>  SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

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

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

* Re: [meta-oe][PATCH] libconfig: inherit from autotools-brokensep
  2014-05-07 17:09 ` Martin Jansa
@ 2014-05-08  5:15   ` Andrea Galbusera
  0 siblings, 0 replies; 4+ messages in thread
From: Andrea Galbusera @ 2014-05-08  5:15 UTC (permalink / raw)
  To: openembedded-devel

Hi Martin,

On Wed, May 7, 2014 at 7:09 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, May 06, 2014 at 08:32:44AM +0200, Andrea Galbusera wrote:
>> do_compile fails otherwise
>
> This looks exactly the same as the patch you sent 2 days before. Is it
> v2 or just duplicate?

Sorry for the inconvenience: it is a duplicate, indeed. The patch went
out a first time with a misconfiguration in my git config sendmail and
I didn't even see it appear on patchwork. I expected it wasn't
delivered at all: looks like it landed with a 2 days delay...

>>
>> Signed-off-by: Andrea Galbusera <gizero@gmail.com>
>> ---
>>  .../recipes-extended/libconfig/libconfig_1.4.9.bb  |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
>> index c7d3cf7..22eecf8 100644
>> --- a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
>> +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
>> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
>>
>>  SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz"
>>
>> -inherit autotools pkgconfig
>> +inherit autotools-brokensep pkgconfig
>>
>>  SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634"
>>  SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041"
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* [meta-oe][PATCH] libconfig: inherit from autotools-brokensep
@ 2014-05-05  7:45 Andrea Galbusera
  0 siblings, 0 replies; 4+ messages in thread
From: Andrea Galbusera @ 2014-05-05  7:45 UTC (permalink / raw)
  To: openembedded-devel

do_compile fails otherwise

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
---
 .../recipes-extended/libconfig/libconfig_1.4.9.bb  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
index c7d3cf7..22eecf8 100644
--- a/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
+++ b/meta-oe/recipes-extended/libconfig/libconfig_1.4.9.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
 
 SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz"
 
-inherit autotools pkgconfig
+inherit autotools-brokensep pkgconfig
 
 SRC_URI[md5sum] = "b6ee0ce2b3ef844bad7cac2803a90634"
 SRC_URI[sha256sum] = "09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041"
-- 
1.7.9.5



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

end of thread, other threads:[~2014-05-08  5:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-06  6:32 [meta-oe][PATCH] libconfig: inherit from autotools-brokensep Andrea Galbusera
2014-05-07 17:09 ` Martin Jansa
2014-05-08  5:15   ` Andrea Galbusera
  -- strict thread matches above, loose matches on Subject: below --
2014-05-05  7:45 Andrea Galbusera

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.