diff options
author | Qing He <qing.he@intel.com> | 2010-06-17 12:48:16 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:03 +0100 |
commit | e7bcb1210e6688fcaf5ebfd27d218a10e06b52d8 (patch) | |
tree | 1febb8835a5eca429eb41aababb2d555d92e5a5c /meta/packages/bash/bash.inc | |
parent | 6d275f76675851f5080d292ab00d285b4eb0ee01 (diff) | |
download | poky-e7bcb1210e6688fcaf5ebfd27d218a10e06b52d8.tar.gz |
bash: upgrade to version 4.1
from 3.2
version 3.2 is kept because it's the latest version
under GPLv2+
changes:
- use 3.2.48 as base instead of 3.2
- include upstream patches up to 051 for 3.2 and 007 for 4.1
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/bash/bash.inc')
-rw-r--r-- | meta/packages/bash/bash.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/bash/bash.inc b/meta/packages/bash/bash.inc index b67e8bbe39..42e89180d1 100644 --- a/meta/packages/bash/bash.inc +++ b/meta/packages/bash/bash.inc | |||
@@ -1,8 +1,11 @@ | |||
1 | DESCRIPTION = "An sh-compatible command language interpreter." | 1 | DESCRIPTION = "An sh-compatible command language interpreter." |
2 | HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" | 2 | HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" |
3 | DEPENDS = "ncurses" | ||
4 | SECTION = "base/shell" | 3 | SECTION = "base/shell" |
5 | LICENSE = "GPL" | 4 | |
5 | # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) | ||
6 | LICENSE = "GPLv3+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
8 | DEPENDS = "ncurses" | ||
6 | 9 | ||
7 | inherit autotools gettext | 10 | inherit autotools gettext |
8 | 11 | ||