All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libconfig: add support for libconfig-native
@ 2016-12-19 13:09 Andre McCurdy
  2016-12-19 13:27 ` Andreas Müller
  2017-01-06 21:19 ` Andre McCurdy
  0 siblings, 2 replies; 6+ messages in thread
From: Andre McCurdy @ 2016-12-19 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
index fb6e50e..94daa88 100644
--- a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
+++ b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
@@ -12,3 +12,5 @@ inherit autotools-brokensep pkgconfig
 
 SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633"
 SRC_URI[sha256sum] = "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"
+
+BBCLASSEXTEND = "native"
-- 
1.9.1



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

* Re: [meta-oe][PATCH] libconfig: add support for libconfig-native
  2016-12-19 13:09 [meta-oe][PATCH] libconfig: add support for libconfig-native Andre McCurdy
@ 2016-12-19 13:27 ` Andreas Müller
  2016-12-19 14:11   ` Andre McCurdy
  2017-01-06 21:19 ` Andre McCurdy
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Müller @ 2016-12-19 13:27 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Dec 19, 2016 at 2:09 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
> ---
>  meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> index fb6e50e..94daa88 100644
> --- a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> @@ -12,3 +12,5 @@ inherit autotools-brokensep pkgconfig
>
>  SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633"
>  SRC_URI[sha256sum] = "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"
> +
> +BBCLASSEXTEND = "native"
> --
> 1.9.1
>
Please tell us why libconfig needs native biuld in commit message.

Andreas


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

* Re: [meta-oe][PATCH] libconfig: add support for libconfig-native
  2016-12-19 13:27 ` Andreas Müller
@ 2016-12-19 14:11   ` Andre McCurdy
  2016-12-19 14:13     ` Andreas Müller
  0 siblings, 1 reply; 6+ messages in thread
From: Andre McCurdy @ 2016-12-19 14:11 UTC (permalink / raw)
  To: openembeded-devel

On Mon, Dec 19, 2016 at 5:27 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Mon, Dec 19, 2016 at 2:09 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
>> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
>> ---
>>  meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>> index fb6e50e..94daa88 100644
>> --- a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>> +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>> @@ -12,3 +12,5 @@ inherit autotools-brokensep pkgconfig
>>
>>  SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633"
>>  SRC_URI[sha256sum] = "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"
>> +
>> +BBCLASSEXTEND = "native"
>> --
>> 1.9.1
>>
> Please tell us why libconfig needs native biuld in commit message.

A private recipe in a private meta layer - the names of which are
probably not very useful or interesting in a meta-oe commit message.

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


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

* Re: [meta-oe][PATCH] libconfig: add support for libconfig-native
  2016-12-19 14:11   ` Andre McCurdy
@ 2016-12-19 14:13     ` Andreas Müller
  2016-12-19 14:24       ` Andre McCurdy
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Müller @ 2016-12-19 14:13 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Dec 19, 2016 at 3:11 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
> On Mon, Dec 19, 2016 at 5:27 AM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> On Mon, Dec 19, 2016 at 2:09 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
>>> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
>>> ---
>>>  meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>>> index fb6e50e..94daa88 100644
>>> --- a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>>> +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>>> @@ -12,3 +12,5 @@ inherit autotools-brokensep pkgconfig
>>>
>>>  SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633"
>>>  SRC_URI[sha256sum] = "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"
>>> +
>>> +BBCLASSEXTEND = "native"
>>> --
>>> 1.9.1
>>>
>> Please tell us why libconfig needs native biuld in commit message.
>
> A private recipe in a private meta layer - the names of which are
> probably not very useful or interesting in a meta-oe commit message.

So why not just an append in that layer?

Andreas


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

* Re: [meta-oe][PATCH] libconfig: add support for libconfig-native
  2016-12-19 14:13     ` Andreas Müller
@ 2016-12-19 14:24       ` Andre McCurdy
  0 siblings, 0 replies; 6+ messages in thread
From: Andre McCurdy @ 2016-12-19 14:24 UTC (permalink / raw)
  To: openembeded-devel

On Mon, Dec 19, 2016 at 6:13 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Mon, Dec 19, 2016 at 3:11 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
>> On Mon, Dec 19, 2016 at 5:27 AM, Andreas Müller
>> <schnitzeltony@googlemail.com> wrote:
>>> On Mon, Dec 19, 2016 at 2:09 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
>>>> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
>>>> ---
>>>>  meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 2 ++
>>>>  1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>>>> index fb6e50e..94daa88 100644
>>>> --- a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>>>> +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
>>>> @@ -12,3 +12,5 @@ inherit autotools-brokensep pkgconfig
>>>>
>>>>  SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633"
>>>>  SRC_URI[sha256sum] = "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"
>>>> +
>>>> +BBCLASSEXTEND = "native"
>>>> --
>>>> 1.9.1
>>>>
>>> Please tell us why libconfig needs native biuld in commit message.
>>
>> A private recipe in a private meta layer - the names of which are
>> probably not very useful or interesting in a meta-oe commit message.
>
> So why not just an append in that layer?

Because recipe enhancements which may be useful to others should be
merged upstream.

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


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

* Re: [meta-oe][PATCH] libconfig: add support for libconfig-native
  2016-12-19 13:09 [meta-oe][PATCH] libconfig: add support for libconfig-native Andre McCurdy
  2016-12-19 13:27 ` Andreas Müller
@ 2017-01-06 21:19 ` Andre McCurdy
  1 sibling, 0 replies; 6+ messages in thread
From: Andre McCurdy @ 2017-01-06 21:19 UTC (permalink / raw)
  To: openembeded-devel

On Mon, Dec 19, 2016 at 5:09 AM, Andre McCurdy <armccurdy@gmail.com> wrote:
> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
> ---
>  meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> index fb6e50e..94daa88 100644
> --- a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> @@ -12,3 +12,5 @@ inherit autotools-brokensep pkgconfig
>
>  SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633"
>  SRC_URI[sha256sum] = "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"
> +
> +BBCLASSEXTEND = "native"
> --
> 1.9.1
>

Ping.


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

end of thread, other threads:[~2017-01-06 21:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19 13:09 [meta-oe][PATCH] libconfig: add support for libconfig-native Andre McCurdy
2016-12-19 13:27 ` Andreas Müller
2016-12-19 14:11   ` Andre McCurdy
2016-12-19 14:13     ` Andreas Müller
2016-12-19 14:24       ` Andre McCurdy
2017-01-06 21:19 ` Andre McCurdy

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.