mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b294e904b6
commit
22a4046ab3
@@ -2,9 +2,6 @@ DESCRIPTION = "An sh-compatible command language interpreter."
|
||||
HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html"
|
||||
SECTION = "base/shell"
|
||||
|
||||
# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
DEPENDS = "ncurses bison-native"
|
||||
|
||||
inherit autotools gettext update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user