Re: [OE-core] [PATCH] bsd-headers: fix LICENSE syntax, && ->

2016-01-25 Thread Burton, Ross
On 23 January 2016 at 04:48, Khem Raj  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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] bsd-headers: fix LICENSE syntax, && ->

2016-01-25 Thread Khem Raj
On Jan 25, 2016 5:50 AM, "Burton, Ross"  wrote:
>
>
> On 23 January 2016 at 04:48, Khem Raj  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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] bsd-headers: fix LICENSE syntax, && ->

2016-01-22 Thread Andre McCurdy
Signed-off-by: Andre McCurdy 
---
 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

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] bsd-headers: fix LICENSE syntax, && ->

2016-01-22 Thread Khem Raj
On Fri, Jan 22, 2016 at 1:26 PM, Andre McCurdy  wrote:
> Signed-off-by: Andre McCurdy 
> ---
>  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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core