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 <[email protected]>
---
 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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#210377): 
https://lists.openembedded.org/g/openembedded-core/message/210377
Mute This Topic: https://lists.openembedded.org/mt/110876352/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to