All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bsd-headers: fix LICENSE syntax, && -> &
@ 2016-01-22 21:26 Andre McCurdy
  2016-01-23  4:48 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2016-01-22 21:26 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-core/bsd-headers/bsd-headers.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/bsd-headers/bsd-headers.bb b/meta/recipes-core/bsd-headers/bsd-headers.bb
index 12a2cca..1fd5b82 100644
--- a/meta/recipes-core/bsd-headers/bsd-headers.bb
+++ b/meta/recipes-core/bsd-headers/bsd-headers.bb
@@ -2,7 +2,7 @@
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 DESCRIPTION = "bsd compatible headers"
-LICENSE = "BSD-3-Clause && BSD-2-Clause"
+LICENSE = "BSD-3-Clause & BSD-2-Clause"
 SECTION = "devel"
 
 SRC_URI = "file://sys-queue.h \
-- 
1.9.1



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

* Re: [PATCH] bsd-headers: fix LICENSE syntax, && -> &
  2016-01-22 21:26 [PATCH] bsd-headers: fix LICENSE syntax, && -> & Andre McCurdy
@ 2016-01-23  4:48 ` Khem Raj
  2016-01-25 13:49   ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2016-01-23  4:48 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: Patches and discussions about the oe-core layer

On Fri, Jan 22, 2016 at 1:26 PM, Andre McCurdy <armccurdy@gmail.com> wrote:
> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
> ---
>  meta/recipes-core/bsd-headers/bsd-headers.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/bsd-headers/bsd-headers.bb b/meta/recipes-core/bsd-headers/bsd-headers.bb
> index 12a2cca..1fd5b82 100644
> --- a/meta/recipes-core/bsd-headers/bsd-headers.bb
> +++ b/meta/recipes-core/bsd-headers/bsd-headers.bb
> @@ -2,7 +2,7 @@
>  # Released under the MIT license (see COPYING.MIT for the terms)
>
>  DESCRIPTION = "bsd compatible headers"
> -LICENSE = "BSD-3-Clause && BSD-2-Clause"
> +LICENSE = "BSD-3-Clause & BSD-2-Clause"

This is already fixed in my tree. see
https://github.com/kraj/openembedded-core/commit/86cd0650126b0ed7434335cd986272af69dc3671

>  SECTION = "devel"
>
>  SRC_URI = "file://sys-queue.h \
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] bsd-headers: fix LICENSE syntax, && -> &
  2016-01-23  4:48 ` Khem Raj
@ 2016-01-25 13:49   ` Burton, Ross
  2016-01-25 17:33     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2016-01-25 13:49 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

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

On 23 January 2016 at 04:48, Khem Raj <raj.khem@gmail.com> wrote:

> This is already fixed in my tree. see
>
> https://github.com/kraj/openembedded-core/commit/86cd0650126b0ed7434335cd986272af69dc3671
>

That's lovely but you didn't send it to the list, so nobody else knew. ;)

Ross

[-- Attachment #2: Type: text/html, Size: 840 bytes --]

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

* Re: [PATCH] bsd-headers: fix LICENSE syntax, && -> &
  2016-01-25 13:49   ` Burton, Ross
@ 2016-01-25 17:33     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2016-01-25 17:33 UTC (permalink / raw)
  To: Ross Burton; +Cc: Patches and discussions about the oe-core layer

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

On Jan 25, 2016 5:50 AM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
>
> On 23 January 2016 at 04:48, Khem Raj <raj.khem@gmail.com> wrote:
>>
>> This is already fixed in my tree. see
>>
https://github.com/kraj/openembedded-core/commit/86cd0650126b0ed7434335cd986272af69dc3671
>
>
> That's lovely but you didn't send it to the list, so nobody else knew. ;)
>

Yes. It was under test. If you do musl fixes its good to peek at my tree

> Ross

[-- Attachment #2: Type: text/html, Size: 811 bytes --]

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

end of thread, other threads:[~2016-01-25 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22 21:26 [PATCH] bsd-headers: fix LICENSE syntax, && -> & Andre McCurdy
2016-01-23  4:48 ` Khem Raj
2016-01-25 13:49   ` Burton, Ross
2016-01-25 17:33     ` Khem Raj

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.