mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
bash: changes to support merged /usr
Most of shell scripts refer to '#!/bin/{sh,bash}' inside the script. But when
'usrmege' feature is enabled this path will be /usr/bin/{sh, bash}.
so to satisify build dependency add '/bin/{sh,bash}' to its providers list.
(From OE-Core rev: 4759408677a4e60c5fa7131afcb5bc184cf2f90a)
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
6e43be47d0
commit
591d4e8aea
@@ -69,3 +69,5 @@ pkg_postrm_${PN} () {
|
||||
PACKAGES += "${PN}-bashbug"
|
||||
FILES_${PN} = "${bindir}/bash ${base_bindir}/bash.bash"
|
||||
FILES_${PN}-bashbug = "${bindir}/bashbug"
|
||||
|
||||
RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}"
|
||||
|
||||
Reference in New Issue
Block a user