From e797bcdbe11f9be7fa9c598e143845cf27be830d Mon Sep 17 00:00:00 2001 From: Eduardas Meile Date: Tue, 4 Dec 2018 18:19:45 +0200 Subject: toybox: fix to use "usrmerge" distro feature properly Signed-off-by: Eduardas Meile Signed-off-by: Khem Raj --- meta-oe/recipes-core/toybox/toybox_0.7.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-core/toybox/toybox_0.7.5.bb b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb index 7e8e7b2eaa..1ea868f672 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.7.5.bb +++ b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb @@ -60,7 +60,7 @@ python do_package_prepend () { dvar = d.getVar('D') pn = d.getVar('PN') - target = "/bin/toybox" + target = d.expand("${base_bindir}/toybox") f = open('%s/etc/toybox.links' % (dvar), 'r') for alt_link_name in f: -- cgit 1.2.3-korg