diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-03-10 13:24:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-11 16:09:14 +0000 |
commit | 852e8048d186b4d93110a4e2e1b10bde769f0d4d (patch) | |
tree | 123dd3fa65dc468ed162b6a826280839d0d48184 /meta | |
parent | d37f41d8dbe294f5dab89ff33f10b55dff66c6c5 (diff) | |
download | poky-852e8048d186b4d93110a4e2e1b10bde769f0d4d.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index a05b987b87..3e9c662569 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -65,3 +65,7 @@ pkg_postinst_${PN} () { | |||
65 | pkg_postrm_${PN} () { | 65 | pkg_postrm_${PN} () { |
66 | printf "$(grep -v "^${base_bindir}/bash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells | 66 | printf "$(grep -v "^${base_bindir}/bash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells |
67 | } | 67 | } |
68 | |||
69 | PACKAGES += "${PN}-bashbug" | ||
70 | FILES_${PN} = "${bindir}/bash ${base_bindir}/bash.bash" | ||
71 | FILES_${PN}-bashbug = "${bindir}/bashbug" | ||