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

Alexander Kanavin alex.kanavin at gmail.com
Tue Jan 15 13:25:51 UTC 2019


On Mon, 14 Jan 2019 at 16:50, Peter Kjellerstedt
<peter.kjellerstedt at axis.com> 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
> }
>
> (I also changed the indentation to tabs as I believe that is still
> the official OE-Core standard for shell code in recipes.)

Thanks, I have fixed this now. I'll resend the patchset.

Alex


More information about the Openembedded-core mailing list