mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
busybox: changes to support merged /usr
Most of the shell scripts refer to /bin/sh inside the script. When 'usrmege' feature is enabled, this path would be /usr/bin/sh. Hence, to satisfy build dependency add '/bin/sh' to it's providers list. (From OE-Core rev: 1f6c14939c8daa5e09103789c3ff5031cc888d16) Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
591d4e8aea
commit
39b8fbfd53
@@ -439,3 +439,5 @@ pkg_prerm_${PN}-syslog () {
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh', '', d)}"
|
||||
|
||||
Reference in New Issue
Block a user