diff mbox series

[meta-oe] gutenprint: 5.3.5

Message ID 20250918102642.487522-1-zboszor@gmail.com
State New
Headers show
Series [meta-oe] gutenprint: 5.3.5 | expand

Commit Message

Böszörményi Zoltán Sept. 18, 2025, 10:26 a.m. UTC
This fixes an installation error:

| make[5]: Entering directory '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/build/src/cups'
| chmod 700 .../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint
| chmod: cannot access '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint': No such file or directory

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 .../gutenprint/{gutenprint_5.3.4.bb => gutenprint_5.3.5.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-printing/gutenprint/{gutenprint_5.3.4.bb => gutenprint_5.3.5.bb} (96%)

Comments

Yoann Congal Sept. 18, 2025, 2:16 p.m. UTC | #1
Hello,

Le jeu. 18 sept. 2025 à 12:26, Zoltan Boszormenyi via lists.openembedded.org
<zboszor=gmail.com@lists.openembedded.org> a écrit :

> This fixes an installation error:
>
> | make[5]: Entering directory
> '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/build/src/cups'
> | chmod 700
> .../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint
> | chmod: cannot access
> '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint':
> No such file or directory
>

What makes you say that the 5.3.4->5.3.5 upgrade fix this bug?
The above error is the one I fixed with the patch
"0001-cups-fix-a-build-race-condition-around-empty-directo.patch" and this
patch has not been merged upstream nor the code I touched changed. I did
not see anything related by quickly reading the NEWS.
I'd be happy to see this fixed upstream but I'd rather have upstream
confirmation that they saw/fixed it (a commit, a changelog, ...).
If that is fixed upstream, then we can drop my patch.

Thanks!


> Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
> ---
>  .../gutenprint/{gutenprint_5.3.4.bb => gutenprint_5.3.5.bb}     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-printing/gutenprint/{gutenprint_5.3.4.bb =>
> gutenprint_5.3.5.bb} (96%)
>
> diff --git a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
> b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
> similarity index 96%
> rename from meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
> rename to meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
> index f90a123293..82953b798c 100644
> --- a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
> +++ b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
> @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
>  SRC_URI = "https://downloads.sourceforge.net/gimp-print/${BP}.tar.xz \
>
> file://0001-cups-fix-a-build-race-condition-around-empty-directo.patch \
>             "
> -SRC_URI[sha256sum] =
> "db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b"
> +SRC_URI[sha256sum] =
> "f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70"
>
>  inherit autotools gettext pkgconfig
>
> --
> 2.51.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119552):
> https://lists.openembedded.org/g/openembedded-devel/message/119552
> Mute This Topic: https://lists.openembedded.org/mt/115307539/4316185
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> yoann.congal@smile.fr]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Yoann Congal Sept. 18, 2025, 5:42 p.m. UTC | #2
Le jeu. 18 sept. 2025 à 16:16, Yoann Congal <yoann.congal@smile.fr> a
écrit :

> Hello,
>
> Le jeu. 18 sept. 2025 à 12:26, Zoltan Boszormenyi via
> lists.openembedded.org <zboszor=gmail.com@lists.openembedded.org> a
> écrit :
>
>> This fixes an installation error:
>>
>> | make[5]: Entering directory
>> '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/build/src/cups'
>> | chmod 700
>> .../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint
>> | chmod: cannot access
>> '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint':
>> No such file or directory
>>
>
> What makes you say that the 5.3.4->5.3.5 upgrade fix this bug?
> The above error is the one I fixed with the patch
> "0001-cups-fix-a-build-race-condition-around-empty-directo.patch" and this
> patch has not been merged upstream nor the code I touched changed. I did
> not see anything related by quickly reading the NEWS.
> I'd be happy to see this fixed upstream but I'd rather have upstream
> confirmation that they saw/fixed it (a commit, a changelog, ...).
> If that is fixed upstream, then we can drop my patch.
>

To be clear, I'm not against upgrading. I just don't think the commit
message is correct (but could be convinced otherwise).



> Thanks!
>
>
>> Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
>> ---
>>  .../gutenprint/{gutenprint_5.3.4.bb => gutenprint_5.3.5.bb}     | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>  rename meta-oe/recipes-printing/gutenprint/{gutenprint_5.3.4.bb =>
>> gutenprint_5.3.5.bb} (96%)
>>
>> diff --git a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>> b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>> similarity index 96%
>> rename from meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>> rename to meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>> index f90a123293..82953b798c 100644
>> --- a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>> +++ b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>> @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM =
>> "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
>>  SRC_URI = "https://downloads.sourceforge.net/gimp-print/${BP}.tar.xz \
>>
>> file://0001-cups-fix-a-build-race-condition-around-empty-directo.patch \
>>             "
>> -SRC_URI[sha256sum] =
>> "db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b"
>> +SRC_URI[sha256sum] =
>> "f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70"
>>
>>  inherit autotools gettext pkgconfig
>>
>> --
>> 2.51.0
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#119552):
>> https://lists.openembedded.org/g/openembedded-devel/message/119552
>> Mute This Topic: https://lists.openembedded.org/mt/115307539/4316185
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
>> yoann.congal@smile.fr]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>>
>
> --
> Yoann Congal
> Smile ECS
>
Böszörményi Zoltán Sept. 18, 2025, 6:22 p.m. UTC | #3
2025. 09. 18. 19:42 keltezéssel, Yoann Congal írta:
>
>
> Le jeu. 18 sept. 2025 à 16:16, Yoann Congal <yoann.congal@smile.fr> a écrit :
>
>     Hello,
>
>     Le jeu. 18 sept. 2025 à 12:26, Zoltan Boszormenyi via lists.openembedded.org
>     <http://lists.openembedded.org> <zboszor=gmail.com@lists.openembedded.org> a écrit :
>
>         This fixes an installation error:
>
>         | make[5]: Entering directory
>         '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/build/src/cups'
>         | chmod 700
>         .../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint
>         | chmod: cannot access
>         '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint':
>         No such file or directory
>
>
>     What makes you say that the 5.3.4->5.3.5 upgrade fix this bug?
>

I got the error with 5.3.4 and it has gone away with 5.3.5.
I admit that I only tried the build once. I will retry tomorrow.

>     The above error is the one I fixed with the patch
>     "0001-cups-fix-a-build-race-condition-around-empty-directo.patch" and this patch has
>     not been merged upstream nor the code I touched changed. I did not see anything
>     related by quickly reading the NEWS.
>     I'd be happy to see this fixed upstream but I'd rather have upstream confirmation
>     that they saw/fixed it (a commit, a changelog, ...).
>     If that is fixed upstream, then we can drop my patch.
>
>
> To be clear, I'm not against upgrading. I just don't think the commit message is correct 
> (but could be convinced otherwise).
>
>     Thanks!
>
>         Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
>         ---
>          .../gutenprint/{gutenprint_5.3.4.bb <http://gutenprint_5.3.4.bb> =>
>         gutenprint_5.3.5.bb <http://gutenprint_5.3.5.bb>}    | 2 +-
>          1 file changed, 1 insertion(+), 1 deletion(-)
>          rename meta-oe/recipes-printing/gutenprint/{gutenprint_5.3.4.bb
>         <http://gutenprint_5.3.4.bb> => gutenprint_5.3.5.bb
>         <http://gutenprint_5.3.5.bb>} (96%)
>
>         diff --git a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>         <http://gutenprint_5.3.4.bb>
>         b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>         <http://gutenprint_5.3.5.bb>
>         similarity index 96%
>         rename from meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>         <http://gutenprint_5.3.4.bb>
>         rename to meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>         <http://gutenprint_5.3.5.bb>
>         index f90a123293..82953b798c 100644
>         --- a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>         <http://gutenprint_5.3.4.bb>
>         +++ b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>         <http://gutenprint_5.3.5.bb>
>         @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM =
>         "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
>          SRC_URI = "https://downloads.sourceforge.net/gimp-print/${BP}.tar.xz
>         <https://downloads.sourceforge.net/gimp-print/$%7BBP%7D.tar.xz> \
>         file://0001-cups-fix-a-build-race-condition-around-empty-directo.patch \
>                     "
>         -SRC_URI[sha256sum] =
>         "db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b"
>         +SRC_URI[sha256sum] =
>         "f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70"
>
>          inherit autotools gettext pkgconfig
>
>         -- 
>         2.51.0
>
>
>         -=-=-=-=-=-=-=-=-=-=-=-
>         Links: You receive all messages sent to this group.
>         View/Reply Online (#119552):
>         https://lists.openembedded.org/g/openembedded-devel/message/119552
>         Mute This Topic: https://lists.openembedded.org/mt/115307539/4316185
>         Group Owner: openembedded-devel+owner@lists.openembedded.org
>         <mailto:openembedded-devel%2Bowner@lists.openembedded.org>
>         Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
>         [yoann.congal@smile.fr]
>         -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
>     -- 
>     Yoann Congal
>     Smile ECS
>
>
>
> -- 
> Yoann Congal
> Smile ECS
Yoann Congal Sept. 18, 2025, 6:41 p.m. UTC | #4
Le jeu. 18 sept. 2025 à 20:22, Böszörményi Zoltán <zboszor@gmail.com> a
écrit :

> 2025. 09. 18. 19:42 keltezéssel, Yoann Congal írta:
> >
> >
> > Le jeu. 18 sept. 2025 à 16:16, Yoann Congal <yoann.congal@smile.fr> a
> écrit :
> >
> >     Hello,
> >
> >     Le jeu. 18 sept. 2025 à 12:26, Zoltan Boszormenyi via
> lists.openembedded.org
> >     <http://lists.openembedded.org> <zboszor=
> gmail.com@lists.openembedded.org> a écrit :
> >
> >         This fixes an installation error:
> >
> >         | make[5]: Entering directory
> >         '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/build/src/cups'
> >         | chmod 700
> >
>  .../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint
> >         | chmod: cannot access
> >
>  '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint':
> >         No such file or directory
> >
> >
> >     What makes you say that the 5.3.4->5.3.5 upgrade fix this bug?
> >
>
> I got the error with 5.3.4 and it has gone away with 5.3.5.
> I admit that I only tried the build once. I will retry tomorrow.
>

This error is a rare intermittent failure. You will most likely not see it
but that does not mean it's fixed (sadly).

Did the 5.3.4 version on which you saw the problem had my patch?


> >     The above error is the one I fixed with the patch
> >     "0001-cups-fix-a-build-race-condition-around-empty-directo.patch"
> and this patch has
> >     not been merged upstream nor the code I touched changed. I did not
> see anything
> >     related by quickly reading the NEWS.
> >     I'd be happy to see this fixed upstream but I'd rather have upstream
> confirmation
> >     that they saw/fixed it (a commit, a changelog, ...).
> >     If that is fixed upstream, then we can drop my patch.
> >
> >
> > To be clear, I'm not against upgrading. I just don't think the commit
> message is correct
> > (but could be convinced otherwise).
> >
> >     Thanks!
> >
> >         Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
> >         ---
> >          .../gutenprint/{gutenprint_5.3.4.bb <http://gutenprint_5.3.4.bb>
> =>
> >         gutenprint_5.3.5.bb <http://gutenprint_5.3.5.bb>}    | 2 +-
> >          1 file changed, 1 insertion(+), 1 deletion(-)
> >          rename meta-oe/recipes-printing/gutenprint/{gutenprint_5.3.4.bb
> >         <http://gutenprint_5.3.4.bb> => gutenprint_5.3.5.bb
> >         <http://gutenprint_5.3.5.bb>} (96%)
> >
> >         diff --git a/meta-oe/recipes-printing/gutenprint/
> gutenprint_5.3.4.bb
> >         <http://gutenprint_5.3.4.bb>
> >         b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
> >         <http://gutenprint_5.3.5.bb>
> >         similarity index 96%
> >         rename from meta-oe/recipes-printing/gutenprint/
> gutenprint_5.3.4.bb
> >         <http://gutenprint_5.3.4.bb>
> >         rename to meta-oe/recipes-printing/gutenprint/
> gutenprint_5.3.5.bb
> >         <http://gutenprint_5.3.5.bb>
> >         index f90a123293..82953b798c 100644
> >         --- a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
> >         <http://gutenprint_5.3.4.bb>
> >         +++ b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
> >         <http://gutenprint_5.3.5.bb>
> >         @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM =
> >         "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
> >          SRC_URI = "
> https://downloads.sourceforge.net/gimp-print/${BP}.tar.xz
> >         <https://downloads.sourceforge.net/gimp-print/$%7BBP%7D.tar.xz>
> \
> >
>  file://0001-cups-fix-a-build-race-condition-around-empty-directo.patch \
> >                     "
> >         -SRC_URI[sha256sum] =
> >
>  "db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b"
> >         +SRC_URI[sha256sum] =
> >
>  "f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70"
> >
> >          inherit autotools gettext pkgconfig
> >
> >         --
> >         2.51.0
> >
> >
> >         -=-=-=-=-=-=-=-=-=-=-=-
> >         Links: You receive all messages sent to this group.
> >         View/Reply Online (#119552):
> >
> https://lists.openembedded.org/g/openembedded-devel/message/119552
> >         Mute This Topic:
> https://lists.openembedded.org/mt/115307539/4316185
> >         Group Owner: openembedded-devel+owner@lists.openembedded.org
> >         <mailto:openembedded-devel%2Bowner@lists.openembedded.org>
> >         Unsubscribe:
> https://lists.openembedded.org/g/openembedded-devel/unsub
> >         [yoann.congal@smile.fr]
> >         -=-=-=-=-=-=-=-=-=-=-=-
> >
> >
> >
> >     --
> >     Yoann Congal
> >     Smile ECS
> >
> >
> >
> > --
> > Yoann Congal
> > Smile ECS
>
>
Ankur Tyagi Sept. 18, 2025, 7:47 p.m. UTC | #5
On Fri, Sep 19, 2025 at 6:42 AM Yoann Congal via
lists.openembedded.org <yoann.congal=smile.fr@lists.openembedded.org>
wrote:
>
>
>
> Le jeu. 18 sept. 2025 à 20:22, Böszörményi Zoltán <zboszor@gmail.com> a écrit :
>>
>> 2025. 09. 18. 19:42 keltezéssel, Yoann Congal írta:
>> >
>> >
>> > Le jeu. 18 sept. 2025 à 16:16, Yoann Congal <yoann.congal@smile.fr> a écrit :
>> >
>> >     Hello,
>> >
>> >     Le jeu. 18 sept. 2025 à 12:26, Zoltan Boszormenyi via lists.openembedded.org
>> >     <http://lists.openembedded.org> <zboszor=gmail.com@lists.openembedded.org> a écrit :
>> >
>> >         This fixes an installation error:
>> >
>> >         | make[5]: Entering directory
>> >         '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/build/src/cups'
>> >         | chmod 700
>> >         .../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint
>> >         | chmod: cannot access
>> >         '.../tmp/work/corei7-64-oe-linux/gutenprint/5.3.4/image/usr/libexec/cups/backend/backend_gutenprint':
>> >         No such file or directory
>> >
>> >
>> >     What makes you say that the 5.3.4->5.3.5 upgrade fix this bug?
>> >
>>
>> I got the error with 5.3.4 and it has gone away with 5.3.5.
>> I admit that I only tried the build once. I will retry tomorrow.
>
>
> This error is a rare intermittent failure. You will most likely not see it but that does not mean it's fixed (sadly).
>
> Did the 5.3.4 version on which you saw the problem had my patch?
>

Tried building current recipe version 5.3.4 and couldn't reproduce the problem.


>>
>> >     The above error is the one I fixed with the patch
>> >     "0001-cups-fix-a-build-race-condition-around-empty-directo.patch" and this patch has
>> >     not been merged upstream nor the code I touched changed. I did not see anything
>> >     related by quickly reading the NEWS.
>> >     I'd be happy to see this fixed upstream but I'd rather have upstream confirmation
>> >     that they saw/fixed it (a commit, a changelog, ...).
>> >     If that is fixed upstream, then we can drop my patch.
>> >
>> >
>> > To be clear, I'm not against upgrading. I just don't think the commit message is correct
>> > (but could be convinced otherwise).
>> >
>> >     Thanks!
>> >
>> >         Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
>> >         ---
>> >          .../gutenprint/{gutenprint_5.3.4.bb <http://gutenprint_5.3.4.bb> =>
>> >         gutenprint_5.3.5.bb <http://gutenprint_5.3.5.bb>}    | 2 +-
>> >          1 file changed, 1 insertion(+), 1 deletion(-)
>> >          rename meta-oe/recipes-printing/gutenprint/{gutenprint_5.3.4.bb
>> >         <http://gutenprint_5.3.4.bb> => gutenprint_5.3.5.bb
>> >         <http://gutenprint_5.3.5.bb>} (96%)
>> >
>> >         diff --git a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>> >         <http://gutenprint_5.3.4.bb>
>> >         b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>> >         <http://gutenprint_5.3.5.bb>
>> >         similarity index 96%
>> >         rename from meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>> >         <http://gutenprint_5.3.4.bb>
>> >         rename to meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>> >         <http://gutenprint_5.3.5.bb>
>> >         index f90a123293..82953b798c 100644
>> >         --- a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
>> >         <http://gutenprint_5.3.4.bb>
>> >         +++ b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
>> >         <http://gutenprint_5.3.5.bb>
>> >         @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM =
>> >         "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
>> >          SRC_URI = "https://downloads.sourceforge.net/gimp-print/${BP}.tar.xz
>> >         <https://downloads.sourceforge.net/gimp-print/$%7BBP%7D.tar.xz> \
>> >         file://0001-cups-fix-a-build-race-condition-around-empty-directo.patch \
>> >                     "
>> >         -SRC_URI[sha256sum] =
>> >         "db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b"
>> >         +SRC_URI[sha256sum] =
>> >         "f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70"
>> >
>> >          inherit autotools gettext pkgconfig
>> >
>> >         --
>> >         2.51.0
>> >
>> >
>> >
>> >
>> >
>> >
>> >     --
>> >     Yoann Congal
>> >     Smile ECS
>> >
>> >
>> >
>> > --
>> > Yoann Congal
>> > Smile ECS
>>
>
>
> --
> Yoann Congal
> Smile ECS
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119581): https://lists.openembedded.org/g/openembedded-devel/message/119581
> Mute This Topic: https://lists.openembedded.org/mt/115307539/3619737
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ankur.tyagi85@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
similarity index 96%
rename from meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
rename to meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
index f90a123293..82953b798c 100644
--- a/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb
+++ b/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.5.bb
@@ -17,7 +17,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 SRC_URI = "https://downloads.sourceforge.net/gimp-print/${BP}.tar.xz \
            file://0001-cups-fix-a-build-race-condition-around-empty-directo.patch \
            "
-SRC_URI[sha256sum] = "db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b"
+SRC_URI[sha256sum] = "f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70"
 
 inherit autotools gettext pkgconfig