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_4.1.bb | |
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_4.1.bb')
-rw-r--r-- | meta/packages/bash/bash_4.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 | " | ||