Hi Richard,
> > do_install() {
> > oe_runmake DESTDIR=${D} install
> > +
> > + install -d ${D}${sbindir}
> > + install -m 0755 ${B}/minigzip ${D}${sbindir}
> > + install -m 0755 ${B}/minigzipsh ${D}${sbindir}
> > + install -m 0755 ${B}/minigzip64 ${D}${sbindir}
> > }
> >
> > do_install_ptest() {
>
> Breaks oe-selftest:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/1039
>
> Reproducer:
> oe-selftest -r pkgdata.OePkgdataUtilTests.test_list_pkgs
>
> Also breaks meta-mingw:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/2031
Thanks for the report. The problem is that minigzip64 is not generated with
toolchains without large file support.
I'll fix and send V2.
Thanks,
Sergio Prado
Embedded Labworks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#139610):
https://lists.openembedded.org/g/openembedded-core/message/139610
Mute This Topic: https://lists.openembedded.org/mt/74847703/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-