Wrong mailing list! Sorry, please drop this patch Jose
Jose Quaresma via lists.openembedded.org <quaresma.jose= [email protected]> escreveu no dia segunda, 20/02/2023 à(s) 17:41: > The ti-img-rogue-umlibs package is not obeying usrmerge distro feature. > /lib should be relocated to /usr. [usrmerge] > > Signed-off-by: Jose Quaresma <[email protected]> > --- > .../libgles/ti-img-rogue-umlibs_1.18.6276027.bb | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/meta-ti-bsp/recipes-graphics/libgles/ > ti-img-rogue-umlibs_1.18.6276027.bb > b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.18.6276027.bb > index 924e46ba..94d14ded 100644 > --- a/meta-ti-bsp/recipes-graphics/libgles/ > ti-img-rogue-umlibs_1.18.6276027.bb > +++ b/meta-ti-bsp/recipes-graphics/libgles/ > ti-img-rogue-umlibs_1.18.6276027.bb > @@ -25,6 +25,10 @@ PVR_WS = "lws-generic" > RDEPENDS:${PN} += "mesa-megadriver libdrm ti-img-rogue-driver" > > do_install:append() { > + if ${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', 'true', > 'false', d)}; then > + mv ${D}/lib/firmware ${D}${nonarch_base_libdir} > + rmdir ${D}/lib > + fi > rm -rf "${D}/etc/init.d" > rm -rf "${D}/usr/lib/libvulkan.so" > rm -rf "${D}/usr/lib/libvulkan.so.0" > -- > 2.34.1 > > > > > -- Best regards, José Quaresma
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#177457): https://lists.openembedded.org/g/openembedded-core/message/177457 Mute This Topic: https://lists.openembedded.org/mt/97091194/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
