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 | |
| 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')
| -rw-r--r-- | meta/packages/bash/bash.inc | 7 | ||||
| -rw-r--r-- | meta/packages/bash/bash_3.2.48.bb | 11 | ||||
| -rw-r--r-- | meta/packages/bash/bash_3.2.bb | 44 | ||||
| -rw-r--r-- | meta/packages/bash/bash_4.1.bb | 13 |
4 files changed, 29 insertions, 46 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 | ||
diff --git a/meta/packages/bash/bash_3.2.48.bb b/meta/packages/bash/bash_3.2.48.bb new file mode 100644 index 0000000000..47afe98801 --- /dev/null +++ b/meta/packages/bash/bash_3.2.48.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require bash.inc | ||
| 2 | |||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fd5d9bcabd8ed5a54a01ce8d183d592a" | ||
| 5 | PR = "r6" | ||
| 6 | |||
| 7 | SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ | ||
| 8 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-049;apply=yes;striplevel=0 \ | ||
| 9 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-050;apply=yes;striplevel=0 \ | ||
| 10 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-051;apply=yes;striplevel=0 \ | ||
| 11 | " | ||
diff --git a/meta/packages/bash/bash_3.2.bb b/meta/packages/bash/bash_3.2.bb deleted file mode 100644 index 6930c2bd2d..0000000000 --- a/meta/packages/bash/bash_3.2.bb +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | require bash.inc | ||
| 2 | PR = "r5" | ||
| 3 | |||
| 4 | SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ | ||
| 5 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-001;patch=1;pnum=0 \ | ||
| 6 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-002;patch=1;pnum=0 \ | ||
| 7 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-003;patch=1;pnum=0 \ | ||
| 8 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-004;patch=1;pnum=0 \ | ||
| 9 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-005;patch=1;pnum=0 \ | ||
| 10 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-006;patch=1;pnum=0 \ | ||
| 11 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-007;patch=1;pnum=0 \ | ||
| 12 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-008;patch=1;pnum=0 \ | ||
| 13 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-009;patch=1;pnum=0 \ | ||
| 14 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-010;patch=1;pnum=0 \ | ||
| 15 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-011;patch=1;pnum=0 \ | ||
| 16 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-012;patch=1;pnum=0 \ | ||
| 17 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-013;patch=1;pnum=0 \ | ||
| 18 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-014;patch=1;pnum=0 \ | ||
| 19 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-015;patch=1;pnum=0 \ | ||
| 20 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-016;patch=1;pnum=0 \ | ||
| 21 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-017;patch=1;pnum=0 \ | ||
| 22 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-018;patch=1;pnum=0 \ | ||
| 23 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-019;patch=1;pnum=0 \ | ||
| 24 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-020;patch=1;pnum=0 \ | ||
| 25 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-021;patch=1;pnum=0 \ | ||
| 26 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-022;patch=1;pnum=0 \ | ||
| 27 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-023;patch=1;pnum=0 \ | ||
| 28 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-024;patch=1;pnum=0 \ | ||
| 29 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-025;patch=1;pnum=0 \ | ||
| 30 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-026;patch=1;pnum=0 \ | ||
| 31 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-027;patch=1;pnum=0 \ | ||
| 32 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-028;patch=1;pnum=0 \ | ||
| 33 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-029;patch=1;pnum=0 \ | ||
| 34 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-030;patch=1;pnum=0 \ | ||
| 35 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-031;patch=1;pnum=0 \ | ||
| 36 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-032;patch=1;pnum=0 \ | ||
| 37 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-033;patch=1;pnum=0 \ | ||
| 38 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-034;patch=1;pnum=0 \ | ||
| 39 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-035;patch=1;pnum=0 \ | ||
| 40 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-036;patch=1;pnum=0 \ | ||
| 41 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-037;patch=1;pnum=0 \ | ||
| 42 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-038;patch=1;pnum=0 \ | ||
| 43 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-039;patch=1;pnum=0 \ | ||
| 44 | " | ||
diff --git a/meta/packages/bash/bash_4.1.bb b/meta/packages/bash/bash_4.1.bb new file mode 100644 index 0000000000..6f0ced757e --- /dev/null +++ b/meta/packages/bash/bash_4.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | require bash.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz \ | ||
| 6 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-001;apply=yes;striplevel=0 \ | ||
| 7 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-002;apply=yes;striplevel=0 \ | ||
| 8 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-003;apply=yes;striplevel=0 \ | ||
| 9 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-004;apply=yes;striplevel=0 \ | ||
| 10 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-005;apply=yes;striplevel=0 \ | ||
| 11 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-006;apply=yes;striplevel=0 \ | ||
| 12 | http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-007;apply=yes;striplevel=0 \ | ||
| 13 | " | ||
