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:30:30 +0000 (11:30 +0100)
commit087e3f8be0e0259a3ecd1d5b1f204a62897d994d
treef38a990df8b5e64c21fed89c010cf496cc3c5615
parent26293e64ffd575e997e14d23cb0b20d11e7602f6
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.

(From OE-Core rev: e7b82cb4d107bfbfa5c939d406dd6ce6615b24e1)

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