[yocto] [meta-mingw][PATCH] bzip2: Update to 1.0.7

Joshua Watt jpewhacker at gmail.com
Wed Jul 3 06:30:01 PDT 2019


On Wed, Jul 3, 2019, 1:08 AM Adrian Bunk <bunk at stusta.de> wrote:

> On Tue, Jul 02, 2019 at 03:21:32PM -0500, Joshua Watt wrote:
> > Updates bzip2 to version 1.0.7 to match master in oe-core. The patch to
> > change the path separator was properly upstreamed and hopefully will no
> > longer be necessary going forward.
> >...
> > +--- a/bzip2.c
> > ++++ b/bzip2.c
> > +@@ -128,7 +128,7 @@
> > + #if BZ_LCCWIN32
> > + #   include <io.h>
> > + #   include <fcntl.h>
> > +-#   include <sys\stat.h>
> > ++#   include <sys/stat.h>
> >...
>
> Why is this a bbappend at all?
>
> This should have been part of the package in oe-core from the beginning,
> and could still be added there right now.
>

Yes, that would be better. Unfortunately this was merged quickly to prevent
breaking master with the upgrade in OE core. We can move the patch to OE
core still, but it will require some more coordination to prevent breaking
again.

On the other hand, I did upstream the patch, so hopefully the next release
of bzip2 will also allow us to delete the bbappend from meta-mingw


> cu
> Adrian
>
> --
>
>        "Is there not promise of rain?" Ling Tan asked suddenly out
>         of the darkness. There had been need of rain for many days.
>        "Only a promise," Lao Er said.
>                                        Pearl S. Buck - Dragon Seed
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20190703/6f4fd3e1/attachment.html>


More information about the yocto mailing list