All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
@ 2020-11-09  3:38 zangrc
  2020-11-11 10:49 ` Ross Burton
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-11-09  3:38 UTC (permalink / raw)
  To: openembedded-core

-License-Update:The address changes are as follows:
  # Project: http://code.google.com/p/lao-dictionary/
  # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
  # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} (95%)

diff --git a/meta/recipes-support/icu/icu_67.1.bb b/meta/recipes-support/icu/icu_68.1.bb
similarity index 95%
rename from meta/recipes-support/icu/icu_67.1.bb
rename to meta/recipes-support/icu/icu_68.1.bb
index 9e8091ba01..98aa6b7be6 100644
--- a/meta/recipes-support/icu/icu_67.1.bb
+++ b/meta/recipes-support/icu/icu_68.1.bb
@@ -83,7 +83,7 @@ FILES_libicuio = "${libdir}/libicuio.so.*"
 
 BBCLASSEXTEND = "native nativesdk"
 
-LIC_FILES_CHKSUM = "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0"
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=002d2fdc32d17f0ec06e9a47f2c0c8d0"
 
 def icu_download_version(d):
     pvsplit = d.getVar('PV').split('.')
@@ -112,8 +112,8 @@ SRC_URI = "${BASE_SRC_URI};name=code \
 SRC_URI_append_class-target = "\
            file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
           "
-SRC_URI[code.sha256sum] = "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc"
-SRC_URI[data.sha256sum] = "7c16a59cc8c06128b7ecc1dc4fc056b36b17349312829b17408b9e67b05c4a7e"
+SRC_URI[code.sha256sum] = "a9f2e3d8b4434b8e53878b4308bd1e6ee51c9c7042e2b1a376abefb6fbb29f2d"
+SRC_URI[data.sha256sum] = "03ea8b4694155620548c8c0ba20444f1e7db246cc79e3b9c4fc7a960b160d510"
 
 UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
 UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"
-- 
2.25.1




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

* Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
  2020-11-09  3:38 [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1 zangrc
@ 2020-11-11 10:49 ` Ross Burton
  2020-11-12  2:45   ` zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: Ross Burton @ 2020-11-11 10:49 UTC (permalink / raw)
  To: zangrc; +Cc: OE-core

Please remember to build more than just a single recipe when testing,
in particular dependents.  This upgrade broke libical and webkitgtk,
which resulted in three iterations though the autobuilder and me
finding/backporting fixes as appropriate.

Ross

On Mon, 9 Nov 2020 at 03:39, zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
>
> -License-Update:The address changes are as follows:
>   # Project: http://code.google.com/p/lao-dictionary/
>   # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
>   # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} (95%)
>
> diff --git a/meta/recipes-support/icu/icu_67.1.bb b/meta/recipes-support/icu/icu_68.1.bb
> similarity index 95%
> rename from meta/recipes-support/icu/icu_67.1.bb
> rename to meta/recipes-support/icu/icu_68.1.bb
> index 9e8091ba01..98aa6b7be6 100644
> --- a/meta/recipes-support/icu/icu_67.1.bb
> +++ b/meta/recipes-support/icu/icu_68.1.bb
> @@ -83,7 +83,7 @@ FILES_libicuio = "${libdir}/libicuio.so.*"
>
>  BBCLASSEXTEND = "native nativesdk"
>
> -LIC_FILES_CHKSUM = "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0"
> +LIC_FILES_CHKSUM = "file://../LICENSE;md5=002d2fdc32d17f0ec06e9a47f2c0c8d0"
>
>  def icu_download_version(d):
>      pvsplit = d.getVar('PV').split('.')
> @@ -112,8 +112,8 @@ SRC_URI = "${BASE_SRC_URI};name=code \
>  SRC_URI_append_class-target = "\
>             file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
>            "
> -SRC_URI[code.sha256sum] = "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc"
> -SRC_URI[data.sha256sum] = "7c16a59cc8c06128b7ecc1dc4fc056b36b17349312829b17408b9e67b05c4a7e"
> +SRC_URI[code.sha256sum] = "a9f2e3d8b4434b8e53878b4308bd1e6ee51c9c7042e2b1a376abefb6fbb29f2d"
> +SRC_URI[data.sha256sum] = "03ea8b4694155620548c8c0ba20444f1e7db246cc79e3b9c4fc7a960b160d510"
>
>  UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
>  UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"
> --
> 2.25.1
>
>
>
>
> 
>

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

* Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
  2020-11-11 10:49 ` Ross Burton
@ 2020-11-12  2:45   ` zangrc
  2020-11-12  4:14     ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-11-12  2:45 UTC (permalink / raw)
  To: Ross Burton; +Cc: OE-core

Sorry, we will improve in the future, but we don’t know how to determine which recipes need to be tested during the upgrade. Is there any way you can provide us?

Zang Ruochen

> -----Original Message-----
> From: Ross Burton <ross@burtonini.com>
> Sent: Wednesday, November 11, 2020 6:49 PM
> To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>
> Cc: OE-core <openembedded-core@lists.openembedded.org>
> Subject: Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
> 
> Please remember to build more than just a single recipe when testing, in
> particular dependents.  This upgrade broke libical and webkitgtk, which
> resulted in three iterations though the autobuilder and me
> finding/backporting fixes as appropriate.
> 
> Ross
> 
> On Mon, 9 Nov 2020 at 03:39, zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
> >
> > -License-Update:The address changes are as follows:
> >   # Project: http://code.google.com/p/lao-dictionary/
> >   # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
> >   # License:
> > http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
> >
> > Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> > ---
> >  meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)  rename
> > meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} (95%)
> >
> > diff --git a/meta/recipes-support/icu/icu_67.1.bb
> > b/meta/recipes-support/icu/icu_68.1.bb
> > similarity index 95%
> > rename from meta/recipes-support/icu/icu_67.1.bb
> > rename to meta/recipes-support/icu/icu_68.1.bb
> > index 9e8091ba01..98aa6b7be6 100644
> > --- a/meta/recipes-support/icu/icu_67.1.bb
> > +++ b/meta/recipes-support/icu/icu_68.1.bb
> > @@ -83,7 +83,7 @@ FILES_libicuio = "${libdir}/libicuio.so.*"
> >
> >  BBCLASSEXTEND = "native nativesdk"
> >
> > -LIC_FILES_CHKSUM =
> "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0"
> > +LIC_FILES_CHKSUM =
> "file://../LICENSE;md5=002d2fdc32d17f0ec06e9a47f2c0c8d0"
> >
> >  def icu_download_version(d):
> >      pvsplit = d.getVar('PV').split('.') @@ -112,8 +112,8 @@ SRC_URI =
> > "${BASE_SRC_URI};name=code \  SRC_URI_append_class-target = "\
> >             file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
> >            "
> > -SRC_URI[code.sha256sum] =
> "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5
> dc"
> > -SRC_URI[data.sha256sum] =
> "7c16a59cc8c06128b7ecc1dc4fc056b36b17349312829b17408b9e67b05c4
> a7e"
> > +SRC_URI[code.sha256sum] =
> "a9f2e3d8b4434b8e53878b4308bd1e6ee51c9c7042e2b1a376abefb6fbb2
> 9f2d"
> > +SRC_URI[data.sha256sum] =
> "03ea8b4694155620548c8c0ba20444f1e7db246cc79e3b9c4fc7a960b160d
> 510"
> >
> >  UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
> >  UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"
> > --
> > 2.25.1
> >
> >
> >
> >
> > 
> >
> 




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

* Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
  2020-11-12  2:45   ` zangrc
@ 2020-11-12  4:14     ` Khem Raj
  2020-11-12  9:26       ` zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2020-11-12  4:14 UTC (permalink / raw)
  To: zangrc, Ross Burton; +Cc: OE-core

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



On 11/11/20 6:45 PM, zangrc wrote:
> Sorry, we will improve in the future, but we don’t know how to determine which recipes need to be tested during the upgrade. Is there any way you can provide us?
> 

one way would be to do bitbake -k world,

> Zang Ruochen
> 
>> -----Original Message-----
>> From: Ross Burton <ross@burtonini.com>
>> Sent: Wednesday, November 11, 2020 6:49 PM
>> To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>
>> Cc: OE-core <openembedded-core@lists.openembedded.org>
>> Subject: Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
>>
>> Please remember to build more than just a single recipe when testing, in
>> particular dependents.  This upgrade broke libical and webkitgtk, which
>> resulted in three iterations though the autobuilder and me
>> finding/backporting fixes as appropriate.
>>
>> Ross
>>
>> On Mon, 9 Nov 2020 at 03:39, zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
>>>
>>> -License-Update:The address changes are as follows:
>>>   # Project: http://code.google.com/p/lao-dictionary/
>>>   # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
>>>   # License:
>>> http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
>>>
>>> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
>>> ---
>>>  meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} | 6 +++---
>>>  1 file changed, 3 insertions(+), 3 deletions(-)  rename
>>> meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} (95%)
>>>
>>> diff --git a/meta/recipes-support/icu/icu_67.1.bb
>>> b/meta/recipes-support/icu/icu_68.1.bb
>>> similarity index 95%
>>> rename from meta/recipes-support/icu/icu_67.1.bb
>>> rename to meta/recipes-support/icu/icu_68.1.bb
>>> index 9e8091ba01..98aa6b7be6 100644
>>> --- a/meta/recipes-support/icu/icu_67.1.bb
>>> +++ b/meta/recipes-support/icu/icu_68.1.bb
>>> @@ -83,7 +83,7 @@ FILES_libicuio = "${libdir}/libicuio.so.*"
>>>
>>>  BBCLASSEXTEND = "native nativesdk"
>>>
>>> -LIC_FILES_CHKSUM =
>> "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0"
>>> +LIC_FILES_CHKSUM =
>> "file://../LICENSE;md5=002d2fdc32d17f0ec06e9a47f2c0c8d0"
>>>
>>>  def icu_download_version(d):
>>>      pvsplit = d.getVar('PV').split('.') @@ -112,8 +112,8 @@ SRC_URI =
>>> "${BASE_SRC_URI};name=code \  SRC_URI_append_class-target = "\
>>>             file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
>>>            "
>>> -SRC_URI[code.sha256sum] =
>> "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5
>> dc"
>>> -SRC_URI[data.sha256sum] =
>> "7c16a59cc8c06128b7ecc1dc4fc056b36b17349312829b17408b9e67b05c4
>> a7e"
>>> +SRC_URI[code.sha256sum] =
>> "a9f2e3d8b4434b8e53878b4308bd1e6ee51c9c7042e2b1a376abefb6fbb2
>> 9f2d"
>>> +SRC_URI[data.sha256sum] =
>> "03ea8b4694155620548c8c0ba20444f1e7db246cc79e3b9c4fc7a960b160d
>> 510"
>>>
>>>  UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
>>>  UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"
>>> --
>>> 2.25.1
>>>
>>>
>>>
>>>
>>>
>>>
>>
> 
> 
> 
> 
> 
> 
> 

[-- Attachment #2: pEpkey.asc --]
[-- Type: application/pgp-keys, Size: 2373 bytes --]

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

* Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
  2020-11-12  4:14     ` Khem Raj
@ 2020-11-12  9:26       ` zangrc
  2020-11-12 10:03         ` Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-11-12  9:26 UTC (permalink / raw)
  To: Khem Raj, Ross Burton; +Cc: OE-core

Thank you very much, this is indeed a way, but the storage space of our test environment is limited, not enough to support bitbake world on multiple platforms. Is there any other way?

Zang Ruochen

> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Thursday, November 12, 2020 12:15 PM
> To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>; Ross Burton
> <ross@burtonini.com>
> Cc: OE-core <openembedded-core@lists.openembedded.org>
> Subject: Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
> 
> 
> 
> On 11/11/20 6:45 PM, zangrc wrote:
> > Sorry, we will improve in the future, but we don’t know how to determine
> which recipes need to be tested during the upgrade. Is there any way you can
> provide us?
> >
> 
> one way would be to do bitbake -k world,
> 
> > Zang Ruochen
> >
> >> -----Original Message-----
> >> From: Ross Burton <ross@burtonini.com>
> >> Sent: Wednesday, November 11, 2020 6:49 PM
> >> To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>
> >> Cc: OE-core <openembedded-core@lists.openembedded.org>
> >> Subject: Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
> >>
> >> Please remember to build more than just a single recipe when testing,
> >> in particular dependents.  This upgrade broke libical and webkitgtk,
> >> which resulted in three iterations though the autobuilder and me
> >> finding/backporting fixes as appropriate.
> >>
> >> Ross
> >>
> >> On Mon, 9 Nov 2020 at 03:39, zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
> >>>
> >>> -License-Update:The address changes are as follows:
> >>>   # Project: http://code.google.com/p/lao-dictionary/
> >>>   # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
> >>>   # License:
> >>> http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
> >>>
> >>> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> >>> ---
> >>>  meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} | 6 +++---
> >>>  1 file changed, 3 insertions(+), 3 deletions(-)  rename
> >>> meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} (95%)
> >>>
> >>> diff --git a/meta/recipes-support/icu/icu_67.1.bb
> >>> b/meta/recipes-support/icu/icu_68.1.bb
> >>> similarity index 95%
> >>> rename from meta/recipes-support/icu/icu_67.1.bb
> >>> rename to meta/recipes-support/icu/icu_68.1.bb
> >>> index 9e8091ba01..98aa6b7be6 100644
> >>> --- a/meta/recipes-support/icu/icu_67.1.bb
> >>> +++ b/meta/recipes-support/icu/icu_68.1.bb
> >>> @@ -83,7 +83,7 @@ FILES_libicuio = "${libdir}/libicuio.so.*"
> >>>
> >>>  BBCLASSEXTEND = "native nativesdk"
> >>>
> >>> -LIC_FILES_CHKSUM =
> >> "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0"
> >>> +LIC_FILES_CHKSUM =
> >> "file://../LICENSE;md5=002d2fdc32d17f0ec06e9a47f2c0c8d0"
> >>>
> >>>  def icu_download_version(d):
> >>>      pvsplit = d.getVar('PV').split('.') @@ -112,8 +112,8 @@ SRC_URI
> >>> = "${BASE_SRC_URI};name=code \  SRC_URI_append_class-target = "\
> >>>             file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
> >>>            "
> >>> -SRC_URI[code.sha256sum] =
> >>
> "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5
> >> dc"
> >>> -SRC_URI[data.sha256sum] =
> >>
> "7c16a59cc8c06128b7ecc1dc4fc056b36b17349312829b17408b9e67b05c4
> >> a7e"
> >>> +SRC_URI[code.sha256sum] =
> >>
> "a9f2e3d8b4434b8e53878b4308bd1e6ee51c9c7042e2b1a376abefb6fbb2
> >> 9f2d"
> >>> +SRC_URI[data.sha256sum] =
> >>
> "03ea8b4694155620548c8c0ba20444f1e7db246cc79e3b9c4fc7a960b160d
> >> 510"
> >>>
> >>>  UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
> >>>  UPSTREAM_CHECK_URI = "https://github.com/unicode-
> org/icu/releases"
> >>> --
> >>> 2.25.1
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >
> >
> >
> >
> >
> > 
> >
> 




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

* Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
  2020-11-12  9:26       ` zangrc
@ 2020-11-12 10:03         ` Alexander Kanavin
  0 siblings, 0 replies; 6+ messages in thread
From: Alexander Kanavin @ 2020-11-12 10:03 UTC (permalink / raw)
  To: zangrc; +Cc: Khem Raj, Ross Burton, OE-core

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

There are several ways to find out what depends on a recipe: you can for
example do it with a simple grep:

ak@linux-f9zs:~/development/poky/meta> grep -ilr "\Wicu\W" *
classes/rm_work.bbclass
conf/distro/include/maintainers.inc
recipes-graphics/harfbuzz/harfbuzz_2.7.2.bb
recipes-sato/webkit/webkitgtk/0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch

recipes-sato/webkit/webkitgtk_2.30.2.bb
recipes-support/boost/boost.inc
recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
recipes-support/icu/icu/fix-install-manx.patch
recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
recipes-support/icu/icu_68.1.bb
recipes-support/vte/vte_0.62.1.bb
recipes-support/libical/libical/0001-Fix-build-with-icu-68.1.patch
recipes-support/libical/libical_3.0.8.bb



Alex



On Thu, 12 Nov 2020 at 10:26, zangrc <zangrc.fnst@cn.fujitsu.com> wrote:

> Thank you very much, this is indeed a way, but the storage space of our
> test environment is limited, not enough to support bitbake world on
> multiple platforms. Is there any other way?
>
> Zang Ruochen
>
> > -----Original Message-----
> > From: Khem Raj <raj.khem@gmail.com>
> > Sent: Thursday, November 12, 2020 12:15 PM
> > To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>; Ross Burton
> > <ross@burtonini.com>
> > Cc: OE-core <openembedded-core@lists.openembedded.org>
> > Subject: Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
> >
> >
> >
> > On 11/11/20 6:45 PM, zangrc wrote:
> > > Sorry, we will improve in the future, but we don’t know how to
> determine
> > which recipes need to be tested during the upgrade. Is there any way you
> can
> > provide us?
> > >
> >
> > one way would be to do bitbake -k world,
> >
> > > Zang Ruochen
> > >
> > >> -----Original Message-----
> > >> From: Ross Burton <ross@burtonini.com>
> > >> Sent: Wednesday, November 11, 2020 6:49 PM
> > >> To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>
> > >> Cc: OE-core <openembedded-core@lists.openembedded.org>
> > >> Subject: Re: [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1
> > >>
> > >> Please remember to build more than just a single recipe when testing,
> > >> in particular dependents.  This upgrade broke libical and webkitgtk,
> > >> which resulted in three iterations though the autobuilder and me
> > >> finding/backporting fixes as appropriate.
> > >>
> > >> Ross
> > >>
> > >> On Mon, 9 Nov 2020 at 03:39, zangrc <zangrc.fnst@cn.fujitsu.com>
> wrote:
> > >>>
> > >>> -License-Update:The address changes are as follows:
> > >>>   # Project: http://code.google.com/p/lao-dictionary/
> > >>>   # Dictionary:
> http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
> > >>>   # License:
> > >>> http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
> > >>>
> > >>> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> > >>> ---
> > >>>  meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} | 6 +++---
> > >>>  1 file changed, 3 insertions(+), 3 deletions(-)  rename
> > >>> meta/recipes-support/icu/{icu_67.1.bb => icu_68.1.bb} (95%)
> > >>>
> > >>> diff --git a/meta/recipes-support/icu/icu_67.1.bb
> > >>> b/meta/recipes-support/icu/icu_68.1.bb
> > >>> similarity index 95%
> > >>> rename from meta/recipes-support/icu/icu_67.1.bb
> > >>> rename to meta/recipes-support/icu/icu_68.1.bb
> > >>> index 9e8091ba01..98aa6b7be6 100644
> > >>> --- a/meta/recipes-support/icu/icu_67.1.bb
> > >>> +++ b/meta/recipes-support/icu/icu_68.1.bb
> > >>> @@ -83,7 +83,7 @@ FILES_libicuio = "${libdir}/libicuio.so.*"
> > >>>
> > >>>  BBCLASSEXTEND = "native nativesdk"
> > >>>
> > >>> -LIC_FILES_CHKSUM =
> > >> "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0"
> > >>> +LIC_FILES_CHKSUM =
> > >> "file://../LICENSE;md5=002d2fdc32d17f0ec06e9a47f2c0c8d0"
> > >>>
> > >>>  def icu_download_version(d):
> > >>>      pvsplit = d.getVar('PV').split('.') @@ -112,8 +112,8 @@ SRC_URI
> > >>> = "${BASE_SRC_URI};name=code \  SRC_URI_append_class-target = "\
> > >>>             file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
> > >>>            "
> > >>> -SRC_URI[code.sha256sum] =
> > >>
> > "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5
> > >> dc"
> > >>> -SRC_URI[data.sha256sum] =
> > >>
> > "7c16a59cc8c06128b7ecc1dc4fc056b36b17349312829b17408b9e67b05c4
> > >> a7e"
> > >>> +SRC_URI[code.sha256sum] =
> > >>
> > "a9f2e3d8b4434b8e53878b4308bd1e6ee51c9c7042e2b1a376abefb6fbb2
> > >> 9f2d"
> > >>> +SRC_URI[data.sha256sum] =
> > >>
> > "03ea8b4694155620548c8c0ba20444f1e7db246cc79e3b9c4fc7a960b160d
> > >> 510"
> > >>>
> > >>>  UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
> > >>>  UPSTREAM_CHECK_URI = "https://github.com/unicode-
> > org/icu/releases"
> > >>> --
> > >>> 2.25.1
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
>
>
>
>
> 
>
>

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

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

end of thread, other threads:[~2020-11-12 10:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09  3:38 [OE-core] [PATCH] icu: upgrade 67.1 -> 68.1 zangrc
2020-11-11 10:49 ` Ross Burton
2020-11-12  2:45   ` zangrc
2020-11-12  4:14     ` Khem Raj
2020-11-12  9:26       ` zangrc
2020-11-12 10:03         ` Alexander Kanavin

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.