Re: [OE-core] [PATCH 07/23] libepoxy: enable native/nativesdk variants

2019-01-15 Thread Alexander Kanavin
On Mon, 14 Jan 2019 at 16:50, Peter Kjellerstedt wrote: > Shouldn't this only be done for native/nativesdk? I.e.: > > do_install_append_class-native() { > chrpath --delete ${D}${libdir}/*.so > } > > do_install_append_class-nativesdk() { > chrpath --delete ${D}${libdir}/*.so > } > >

Re: [OE-core] [PATCH 07/23] libepoxy: enable native/nativesdk variants

2019-01-14 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Alexander Kanavin > Sent: den 14 januari 2019 16:03 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 07/23] libep

[OE-core] [PATCH 07/23] libepoxy: enable native/nativesdk variants

2019-01-14 Thread Alexander Kanavin
libepoxy is a requirement of virglrenderer. Note that we strip RPATH from the library, as this allows fall-through to the host GL implementation, instead of attempting (and failing) to use mesa-native. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | 12 +++