* [PATCH] busybox: Change symlink locations to match alternative
@ 2025-01-29 11:31 Alexander van Gessel
0 siblings, 0 replies; only message in thread
From: Alexander van Gessel @ 2025-01-29 11:31 UTC (permalink / raw)
To: openembedded-core
Change the symlink locations of start-stop-daemon and base32 to from
BASE_S?BINDIR to S?BINDIR, to match dpkg and coreutils, respectively.
Related to bug #14804 [1].
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14804
Signed-off-by: Alexander van Gessel <ai0867@gmail.com>
---
meta/recipes-core/busybox/busybox.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index cebfd3c48c..638b40c758 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -222,10 +222,14 @@ do_install () {
sed -i "s:^/usr/bin/:BINDIR/:" busybox.links*
sed -i "s:^/usr/sbin/:SBINDIR/:" busybox.links*
- # Move arch/link to BINDIR to match coreutils
+ # Move arch/base32/link to BINDIR to match coreutils
sed -i "s:^BASE_BINDIR/arch:BINDIR/arch:" busybox.links*
+ sed -i "s:^BASE_BINDIR/base32:BINDIR/base32:" busybox.links*
sed -i "s:^BASE_BINDIR/link:BINDIR/link:" busybox.links*
+ # Move start-stop-daemon to SBINDIR to match dpkg
+ sed -i "s:^BASE_SBINDIR/start-stop-daemon:SBINDIR/start-stop-daemon:" busybox.links*
+
sed -i "s:^BASE_BINDIR/:${base_bindir}/:" busybox.links*
sed -i "s:^BASE_SBINDIR/:${base_sbindir}/:" busybox.links*
sed -i "s:^BINDIR/:${bindir}/:" busybox.links*
--
2.45.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-29 11:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29 11:31 [PATCH] busybox: Change symlink locations to match alternative Alexander van Gessel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox