From: "Petr Vorel" <petr.vorel@gmail.com>
To: Andre McCurdy <armccurdy@gmail.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>,
Khem Raj <raj.khem@gmail.com>,
OE Core mailing list <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] LTP drop MUSL specific patch
Date: Tue, 27 Apr 2021 22:00:02 +0200 [thread overview]
Message-ID: <YIhtQoUK4bY0sZ36@pevik> (raw)
In-Reply-To: <CAJ86T=V=2F8vesD+=Ps7kyMLbivy-VHa58HK+MSMkoKtMFX_eQ@mail.gmail.com>
Hi Andre,
...
> > One more question: how to make this function MUSL specific?
> > I noticed some functions has suffix "_libc-musl" (e.g.
> > do_install_append_libc-musl), but I guess this would not work for
> > do_patch[postfuncs], where I specify the name.
> You can either use an intermediate variable in the recipe, e.g.
> PRUNESOURCE = ""
> PRUNESOURCE_libc-musl = "the-real-function"
> do_patch[postfuncs] += "${PRUNESOURCE}"
> Or you can call the script unconditionally and check if [ "${TCLIBC}"
> = "musl" ] from inside it.
Thank you!
Kind regards,
Petr
prev parent reply other threads:[~2021-04-27 20:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-26 18:53 LTP drop MUSL specific patch Petr Vorel
2021-04-26 19:49 ` [OE-core] " Andre McCurdy
2021-04-26 21:29 ` Petr Vorel
2021-04-27 19:17 ` Petr Vorel
2021-04-27 19:57 ` Andre McCurdy
2021-04-27 20:00 ` Petr Vorel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YIhtQoUK4bY0sZ36@pevik \
--to=petr.vorel@gmail.com \
--cc=armccurdy@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.