mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
bash: package bashbug separately
It's a machine-specific script, which is causing conflicts when multiple versions of bash are installed in multilib setting, and it also does not really make sense for embedded systems anyway. (From OE-Core rev: dbe57bd0aec855c81b03850367b3b483f622c328) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d37f41d8db
commit
852e8048d1
@@ -65,3 +65,7 @@ pkg_postinst_${PN} () {
|
||||
pkg_postrm_${PN} () {
|
||||
printf "$(grep -v "^${base_bindir}/bash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-bashbug"
|
||||
FILES_${PN} = "${bindir}/bash ${base_bindir}/bash.bash"
|
||||
FILES_${PN}-bashbug = "${bindir}/bashbug"
|
||||
|
||||
Reference in New Issue
Block a user