From: Markus Volk <f_l_k@t-online.de>
To: "Khem Raj via lists.openembedded.org"
<raj.khem=gmail.com@lists.openembedded.org>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe][PATCH] libsdl2-compat: use nonarch_libdir
Date: Wed, 21 May 2025 17:24:04 +0200 [thread overview]
Message-ID: <4SAMWS.YONL0DD7NI4H2@t-online.de> (raw)
In-Reply-To: <184193B941EEFFB8.22209@lists.openembedded.org>
[-- Attachment #1: Type: text/plain, Size: 1703 bytes --]
I forgot to mark this one RFC. I'm not quite sure about this.
On Wed, May 21 2025 at 17:15:44 +02:00:00, Markus Volk
<f_l_k@t-online.de> wrote:
> Use nonarch_libdir for do_install:append
>
> This should prevent a possible multilib issue
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de
> <mailto:f_l_k@t-online.de>>
> ---
> meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
> a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb
> b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb
> index 7e3a06f34f..1d46ebf511 100644
> --- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb
> +++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb
> @@ -23,7 +23,7 @@ inherit cmake pkgconfig upstream-version-is-even
> features_check
> REQUIRED_DISTRO_FEATURES = "opengl x11"
>
> do_install:append() {
> - mv ${D}${libdir}/pkgconfig/sdl2-compat.pc
> ${D}${libdir}/pkgconfig/sdl2.pc
> + mv ${D}${nonarch_libdir}/pkgconfig/sdl2-compat.pc
> ${D}${nonarch_libdir}/pkgconfig/sdl2.pc
> }
>
> FILES:${PN} += "${datadir}/licenses"
> --
> 2.49.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117573):
> <https://lists.openembedded.org/g/openembedded-devel/message/117573>
> Mute This Topic: <https://lists.openembedded.org/mt/113230803/3618223>
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> <mailto:openembedded-devel+owner@lists.openembedded.org>
> Unsubscribe:
> <https://lists.openembedded.org/g/openembedded-devel/unsub>
> [f_l_k@t-online.de <mailto:f_l_k@t-online.de>]
> -=-=-=-=-=-=-=-=-=-=-=-
>
[-- Attachment #2: Type: text/html, Size: 2136 bytes --]
next parent reply other threads:[~2025-05-21 15:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <184193B941EEFFB8.22209@lists.openembedded.org>
2025-05-21 15:24 ` Markus Volk [this message]
2025-05-21 15:15 [meta-oe][PATCH] libsdl2-compat: use nonarch_libdir Markus Volk
2025-05-22 14:30 ` [oe] " Khem Raj
2025-05-22 21:29 ` Markus Volk
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=4SAMWS.YONL0DD7NI4H2@t-online.de \
--to=f_l_k@t-online.de \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem=gmail.com@lists.openembedded.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.