]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash: package bashbug separately
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 10 Mar 2017 11:24:20 +0000 (13:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Mar 2017 16:08:49 +0000 (16:08 +0000)
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.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bash/bash.inc

index a05b987b87bfc47d0c21001daedb7319a37ca4fb..3e9c662569331663c84e26fec6bb12cce3e7ea17 100644 (file)
@@ -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"