]> code.ossystems Code Review - openembedded-core.git/commit
bash: Make it possible to run bash 3.2.48 instead of 4.2.
authorMartin Ertsaas <mertsas@cisco.com>
Wed, 19 Sep 2012 07:16:55 +0000 (09:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2012 10:10:55 +0000 (11:10 +0100)
commite7b82cb4d107bfbfa5c939d406dd6ce6615b24e1
tree0128ceba2abbf0c3ad01952ab7fb3e4a09e83d3b
parent28823486ba8ce4d88bbad3cea696ce9fba0cc165
bash: Make it possible to run bash 3.2.48 instead of 4.2.

bash-3.2.48 did not provide the linking from sh to bash, making it unusable.
Moving the license part out of the bash.inc file, and into bash_4.2.bb file makes
us able to use that file also for bash_3.2.48.bb, which makes maintaining both
at the same time a lot easier.

Signed-off-by: Martin Ertsaas <mertsas@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bash/bash.inc
meta/recipes-extended/bash/bash_3.2.48.bb
meta/recipes-extended/bash/bash_4.2.bb