All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libsdl2-compat: use nonarch_libdir
@ 2025-05-21 15:15 Markus Volk
  2025-05-22 14:30 ` [oe] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Markus Volk @ 2025-05-21 15:15 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread
[parent not found: <184193B941EEFFB8.22209@lists.openembedded.org>]

end of thread, other threads:[~2025-05-22 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
     [not found] <184193B941EEFFB8.22209@lists.openembedded.org>
2025-05-21 15:24 ` Markus Volk

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.