diff mbox series

[meta-oe] libraw: upgrade 0.20.2 -> 0.21

Message ID 1657529116-24181-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] libraw: upgrade 0.20.2 -> 0.21 | expand

Commit Message

Mingyu Wang (Fujitsu) July 11, 2022, 8:45 a.m. UTC
License-Update: Copyright year updated to 2021.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libraw/{libraw_0.20.2.bb => libraw_0.21.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/libraw/{libraw_0.20.2.bb => libraw_0.21.bb} (63%)

Comments

Khem Raj July 12, 2022, 8:04 a.m. UTC | #1
gegl is failing with this version of libraw

https://errors.yoctoproject.org/Errors/Details/660094/

I think you need to fix gegl with something like this

https://discuss.pixls.us/t/preliminary-libraw-support-call-for-testing/27676/3

On Mon, Jul 11, 2022 at 9:49 AM wangmy <wangmy@fujitsu.com> wrote:
>
> License-Update: Copyright year updated to 2021.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../libraw/{libraw_0.20.2.bb => libraw_0.21.bb}               | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-support/libraw/{libraw_0.20.2.bb => libraw_0.21.bb} (63%)
>
> diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.21.bb
> similarity index 63%
> rename from meta-oe/recipes-support/libraw/libraw_0.20.2.bb
> rename to meta-oe/recipes-support/libraw/libraw_0.21.bb
> index 1940864a2..997f7ad44 100644
> --- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
> +++ b/meta-oe/recipes-support/libraw/libraw_0.21.bb
> @@ -1,9 +1,9 @@
>  SUMMARY = "raw image decoder"
>  LICENSE = "LGPL-2.1-only | CDDL-1.0"
> -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc"
> +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f"
>
>  SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https"
> -SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92"
> +SRCREV = "9b946d94bd65d744538926c2b12957864e187b9b"
>  S = "${WORKDIR}/git"
>
>  inherit autotools pkgconfig
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#97807): https://lists.openembedded.org/g/openembedded-devel/message/97807
> Mute This Topic: https://lists.openembedded.org/mt/92305778/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Mingyu Wang (Fujitsu) July 12, 2022, 9:12 a.m. UTC | #2
I just confirmed that 0.21 is still a beta version. 
I will solve this problem together after the stable version is released.

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: openembedded-devel@lists.openembedded.org
> <openembedded-devel@lists.openembedded.org> On Behalf Of Khem Raj
> Sent: Tuesday, July 12, 2022 4:05 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
> Subject: Re: [oe] [meta-oe] [PATCH] libraw: upgrade 0.20.2 -> 0.21
> 
> gegl is failing with this version of libraw
> 
> https://errors.yoctoproject.org/Errors/Details/660094/
> 
> I think you need to fix gegl with something like this
> 
> https://discuss.pixls.us/t/preliminary-libraw-support-call-for-testing/27676/3
> 
> On Mon, Jul 11, 2022 at 9:49 AM wangmy <wangmy@fujitsu.com> wrote:
> >
> > License-Update: Copyright year updated to 2021.
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../libraw/{libraw_0.20.2.bb => libraw_0.21.bb}               | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)  rename
> > meta-oe/recipes-support/libraw/{libraw_0.20.2.bb => libraw_0.21.bb}
> > (63%)
> >
> > diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
> > b/meta-oe/recipes-support/libraw/libraw_0.21.bb
> > similarity index 63%
> > rename from meta-oe/recipes-support/libraw/libraw_0.20.2.bb
> > rename to meta-oe/recipes-support/libraw/libraw_0.21.bb
> > index 1940864a2..997f7ad44 100644
> > --- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
> > +++ b/meta-oe/recipes-support/libraw/libraw_0.21.bb
> > @@ -1,9 +1,9 @@
> >  SUMMARY = "raw image decoder"
> >  LICENSE = "LGPL-2.1-only | CDDL-1.0"
> > -LIC_FILES_CHKSUM =
> "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc"
> > +LIC_FILES_CHKSUM =
> "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f"
> >
> >  SRC_URI =
> "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https"
> > -SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92"
> > +SRCREV = "9b946d94bd65d744538926c2b12957864e187b9b"
> >  S = "${WORKDIR}/git"
> >
> >  inherit autotools pkgconfig
> > --
> > 2.25.1
> >
> >
> >
> >
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.21.bb
similarity index 63%
rename from meta-oe/recipes-support/libraw/libraw_0.20.2.bb
rename to meta-oe/recipes-support/libraw/libraw_0.21.bb
index 1940864a2..997f7ad44 100644
--- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
+++ b/meta-oe/recipes-support/libraw/libraw_0.21.bb
@@ -1,9 +1,9 @@ 
 SUMMARY = "raw image decoder"
 LICENSE = "LGPL-2.1-only | CDDL-1.0"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=1501ae0aa3c8544e63f08d6f7bf88a6f"
 
 SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https"
-SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92"
+SRCREV = "9b946d94bd65d744538926c2b12957864e187b9b"
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig