All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c
@ 2017-02-14 13:57 Andre McCurdy
  2017-02-14 15:30 ` Leonardo Sandoval
  0 siblings, 1 reply; 3+ messages in thread
From: Andre McCurdy @ 2017-02-14 13:57 UTC (permalink / raw)
  To: openembedded-core

The license text in Weston sources was changed from "MIT X11" to "MIT
Expat" in the 1.9.0 release. The new text is 3 lines longer than the
previous version, so endline and md5 hash have been incorrect for the
oe-core weston recipes from 1.9.0 onwards.

  https://cgit.freedesktop.org/wayland/weston/diff/src/compositor.c?id=a0bbfea64b04d3cf12327d8b488b9949a4cddc99

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

diff --git a/meta/recipes-graphics/wayland/weston_1.11.1.bb b/meta/recipes-graphics/wayland/weston_1.11.1.bb
index 2736cc1..cdfac70 100644
--- a/meta/recipes-graphics/wayland/weston_1.11.1.bb
+++ b/meta/recipes-graphics/wayland/weston_1.11.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Weston is the reference implementation of a Wayland compositor"
 HOMEPAGE = "http://wayland.freedesktop.org"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \
-                    file://src/compositor.c;endline=23;md5=1d535fed266cf39f6d8c0647f52ac331"
+                    file://src/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38"
 
 SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
            file://weston.png \
-- 
1.9.1



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

* Re: [PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c
  2017-02-14 13:57 [PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c Andre McCurdy
@ 2017-02-14 15:30 ` Leonardo Sandoval
  2017-02-14 16:11   ` Andre McCurdy
  0 siblings, 1 reply; 3+ messages in thread
From: Leonardo Sandoval @ 2017-02-14 15:30 UTC (permalink / raw)
  To: Andre McCurdy, openembedded-core



On 02/14/2017 07:57 AM, Andre McCurdy wrote:
> The license text in Weston sources was changed from "MIT X11" to "MIT
> Expat" in the 1.9.0 release. The new text is 3 lines longer than the
> previous version, so endline and md5 hash have been incorrect for the
> oe-core weston recipes from 1.9.0 onwards.

If this is the case, why the build system did not complain on >= 1.9 
recipes?


>    https://cgit.freedesktop.org/wayland/weston/diff/src/compositor.c?id=a0bbfea64b04d3cf12327d8b488b9949a4cddc99
>
> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
> ---
>   meta/recipes-graphics/wayland/weston_1.11.1.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/wayland/weston_1.11.1.bb b/meta/recipes-graphics/wayland/weston_1.11.1.bb
> index 2736cc1..cdfac70 100644
> --- a/meta/recipes-graphics/wayland/weston_1.11.1.bb
> +++ b/meta/recipes-graphics/wayland/weston_1.11.1.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "Weston is the reference implementation of a Wayland compositor"
>   HOMEPAGE = "http://wayland.freedesktop.org"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \
> -                    file://src/compositor.c;endline=23;md5=1d535fed266cf39f6d8c0647f52ac331"
> +                    file://src/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38"
>   
>   SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
>              file://weston.png \



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

* Re: [PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c
  2017-02-14 15:30 ` Leonardo Sandoval
@ 2017-02-14 16:11   ` Andre McCurdy
  0 siblings, 0 replies; 3+ messages in thread
From: Andre McCurdy @ 2017-02-14 16:11 UTC (permalink / raw)
  To: Leonardo Sandoval; +Cc: OE Core mailing list

On Tue, Feb 14, 2017 at 7:30 AM, Leonardo Sandoval
<leonardo.sandoval.gonzalez@linux.intel.com> wrote:
>
> On 02/14/2017 07:57 AM, Andre McCurdy wrote:
>>
>> The license text in Weston sources was changed from "MIT X11" to "MIT
>> Expat" in the 1.9.0 release. The new text is 3 lines longer than the
>> previous version, so endline and md5 hash have been incorrect for the
>> oe-core weston recipes from 1.9.0 onwards.
>
> If this is the case, why the build system did not complain on >= 1.9
> recipes?

The current endline and hash are valid from the build system's point
of view. The problem is that they only cover the first 23 lines of a
26 line block of license text.

>> https://cgit.freedesktop.org/wayland/weston/diff/src/compositor.c?id=a0bbfea64b04d3cf12327d8b488b9949a4cddc99
>>
>> Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
>> ---
>>   meta/recipes-graphics/wayland/weston_1.11.1.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-graphics/wayland/weston_1.11.1.bb
>> b/meta/recipes-graphics/wayland/weston_1.11.1.bb
>> index 2736cc1..cdfac70 100644
>> --- a/meta/recipes-graphics/wayland/weston_1.11.1.bb
>> +++ b/meta/recipes-graphics/wayland/weston_1.11.1.bb
>> @@ -3,7 +3,7 @@ DESCRIPTION = "Weston is the reference implementation of a
>> Wayland compositor"
>>   HOMEPAGE = "http://wayland.freedesktop.org"
>>   LICENSE = "MIT"
>>   LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70
>> \
>> -
>> file://src/compositor.c;endline=23;md5=1d535fed266cf39f6d8c0647f52ac331"
>> +
>> file://src/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38"
>>     SRC_URI =
>> "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
>>              file://weston.png \
>
>


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

end of thread, other threads:[~2017-02-14 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-14 13:57 [PATCH] weston: fix LIC_FILES_CHKSUM endline and md5sum for src/compositor.c Andre McCurdy
2017-02-14 15:30 ` Leonardo Sandoval
2017-02-14 16:11   ` 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.