All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud][PATCH 1/2] lvm2: update SRC_URI
@ 2018-11-12 14:32 Andreas Müller
  2018-11-12 14:32 ` [thud][PATCH 2/2] lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1) Andreas Müller
  2018-11-22 14:01 ` [thud][PATCH 1/2] lvm2: update SRC_URI Martin Hundebøll
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Müller @ 2018-11-12 14:32 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <Mingli.Yu@windriver.com>

Update SRC_URI for lvm2 as the previous
one is invalid.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Tested-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.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 75f4d89a0..5728d83ea 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12713b4d9386533feeb07d6e4831765a \
 
 DEPENDS += "util-linux libaio"
 
-SRC_URI = "ftp://sources.redhat.com/pub/lvm2/LVM2.${PV}.tgz \
+SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
            file://lvm.conf \
            file://0001-implement-libc-specific-reopen_stream.patch \
            file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \
-- 
2.14.5



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

* [thud][PATCH 2/2] lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)
  2018-11-12 14:32 [thud][PATCH 1/2] lvm2: update SRC_URI Andreas Müller
@ 2018-11-12 14:32 ` Andreas Müller
  2018-11-22 14:01 ` [thud][PATCH 1/2] lvm2: update SRC_URI Martin Hundebøll
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2018-11-12 14:32 UTC (permalink / raw)
  To: openembedded-devel

From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>

The library parts are actually LGPL-2.1, not LGPL-2.0.

License-Update: The correct license is LGPL-2.1, not LGPL-2.0.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.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 5728d83ea..26a887ea1 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -1,7 +1,7 @@
 HOMEPAGE = "https://www.sourceware.org/lvm2/"
 SECTION = "utils"
 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
-LICENSE = "GPLv2 & LGPLv2"
+LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12713b4d9386533feeb07d6e4831765a \
                     file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
 
-- 
2.14.5



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

* Re: [thud][PATCH 1/2] lvm2: update SRC_URI
  2018-11-12 14:32 [thud][PATCH 1/2] lvm2: update SRC_URI Andreas Müller
  2018-11-12 14:32 ` [thud][PATCH 2/2] lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1) Andreas Müller
@ 2018-11-22 14:01 ` Martin Hundebøll
  2018-11-22 15:03   ` Andreas Müller
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Hundebøll @ 2018-11-22 14:01 UTC (permalink / raw)
  To: Andreas Müller, openembedded-devel

Hi Andreas,

On 12/11/2018 15.32, Andreas Müller wrote:
> From: Mingli Yu <Mingli.Yu@windriver.com>
> 
> Update SRC_URI for lvm2 as the previous
> one is invalid.
> 
> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
> Tested-by: Stefan Agner <stefan.agner@toradex.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.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 75f4d89a0..5728d83ea 100644
> --- a/meta-oe/recipes-support/lvm2/lvm2.inc
> +++ b/meta-oe/recipes-support/lvm2/lvm2.inc
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12713b4d9386533feeb07d6e4831765a \
>   
>   DEPENDS += "util-linux libaio"
>   
> -SRC_URI = "ftp://sources.redhat.com/pub/lvm2/LVM2.${PV}.tgz \
> +SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \

Why not use
   ftp://sources.redhat.com/pub/lvm2/releases/
or
   https://www.sourceware.org/pub/lvm2/releases/

?

>              file://lvm.conf \
>              file://0001-implement-libc-specific-reopen_stream.patch \
>              file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \
> 

-- 
Kind regards,
Martin Hundebøll
Embedded Linux Consultant

+45 61 65 54 61
martin@geanix.com

Geanix IVS
https://geanix.com
DK39600706


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

* Re: [thud][PATCH 1/2] lvm2: update SRC_URI
  2018-11-22 14:01 ` [thud][PATCH 1/2] lvm2: update SRC_URI Martin Hundebøll
@ 2018-11-22 15:03   ` Andreas Müller
  2018-11-22 18:43     ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2018-11-22 15:03 UTC (permalink / raw)
  To: martin; +Cc: openembeded-devel

On Thu, Nov 22, 2018 at 3:02 PM Martin Hundebøll <martin@geanix.com> wrote:
>
> Hi Andreas,
>
> On 12/11/2018 15.32, Andreas Müller wrote:
> > From: Mingli Yu <Mingli.Yu@windriver.com>
> >
> > Update SRC_URI for lvm2 as the previous
> > one is invalid.
> >
> > Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
> > Tested-by: Stefan Agner <stefan.agner@toradex.com>
> > Signed-off-by: Khem Raj <raj.khem@gmail.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 75f4d89a0..5728d83ea 100644
> > --- a/meta-oe/recipes-support/lvm2/lvm2.inc
> > +++ b/meta-oe/recipes-support/lvm2/lvm2.inc
> > @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12713b4d9386533feeb07d6e4831765a \
> >
> >   DEPENDS += "util-linux libaio"
> >
> > -SRC_URI = "ftp://sources.redhat.com/pub/lvm2/LVM2.${PV}.tgz \
> > +SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
>
> Why not use
>    ftp://sources.redhat.com/pub/lvm2/releases/
> or
>    https://www.sourceware.org/pub/lvm2/releases/
>
> ?
>
> >              file://lvm.conf \
> >              file://0001-implement-libc-specific-reopen_stream.patch \
> >              file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \
> >
>
> --
> Kind regards,
> Martin Hundebøll
> Embedded Linux Consultant
>
> +45 61 65 54 61
> martin@geanix.com
>
> Geanix IVS
> https://geanix.com
> DK39600706

Just forwarded a patch from master to thud.

Andreas


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

* Re: [thud][PATCH 1/2] lvm2: update SRC_URI
  2018-11-22 15:03   ` Andreas Müller
@ 2018-11-22 18:43     ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2018-11-22 18:43 UTC (permalink / raw)
  To: Andreas Müller, martin; +Cc: openembeded-devel



On 11/22/18 8:03 AM, Andreas Müller wrote:
> On Thu, Nov 22, 2018 at 3:02 PM Martin Hundebøll <martin@geanix.com> wrote:
>> Hi Andreas,
>>
>> On 12/11/2018 15.32, Andreas Müller wrote:
>>> From: Mingli Yu <Mingli.Yu@windriver.com>
>>>
>>> Update SRC_URI for lvm2 as the previous
>>> one is invalid.
>>>
>>> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
>>> Tested-by: Stefan Agner <stefan.agner@toradex.com>
>>> Signed-off-by: Khem Raj <raj.khem@gmail.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 75f4d89a0..5728d83ea 100644
>>> --- a/meta-oe/recipes-support/lvm2/lvm2.inc
>>> +++ b/meta-oe/recipes-support/lvm2/lvm2.inc
>>> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12713b4d9386533feeb07d6e4831765a \
>>>
>>>   DEPENDS += "util-linux libaio"
>>>
>>> -SRC_URI = "ftp://sources.redhat.com/pub/lvm2/LVM2.${PV}.tgz \
>>> +SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
>> Why not use
>>    ftp://sources.redhat.com/pub/lvm2/releases/
>> or
>>    https://www.sourceware.org/pub/lvm2/releases/
>>
>> ?
>>
>>>              file://lvm.conf \
>>>              file://0001-implement-libc-specific-reopen_stream.patch \
>>>              file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \
>>>
>> --
>> Kind regards,
>> Martin Hundebøll
>> Embedded Linux Consultant
>>
>> +45 61 65 54 61
>> martin@geanix.com
>>
>> Geanix IVS
>> https://geanix.com
>> DK39600706
> Just forwarded a patch from master to thud.
This is in stable/thud-nmut in contrib.

- armin
>
> Andreas



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

end of thread, other threads:[~2018-11-22 18:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12 14:32 [thud][PATCH 1/2] lvm2: update SRC_URI Andreas Müller
2018-11-12 14:32 ` [thud][PATCH 2/2] lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1) Andreas Müller
2018-11-22 14:01 ` [thud][PATCH 1/2] lvm2: update SRC_URI Martin Hundebøll
2018-11-22 15:03   ` Andreas Müller
2018-11-22 18:43     ` akuster808

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.