diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-13 09:30:03 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-13 09:30:03 +0000 |
| commit | 911e176951a4c74c8b4cf183ba396dcc31ae7950 (patch) | |
| tree | 1286bc5029982e11b66ab62a640e6be401af4ccb | |
| parent | b92884d1513b29ba1c74e90614bc73e768a7d833 (diff) | |
| download | poky-911e176951a4c74c8b4cf183ba396dcc31ae7950.tar.gz | |
bash: apply upstream patches 026-033
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3787 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/bash/bash_3.2.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/packages/bash/bash_3.2.bb b/meta/packages/bash/bash_3.2.bb index f4eeff7d66..95c1a73a5d 100644 --- a/meta/packages/bash/bash_3.2.bb +++ b/meta/packages/bash/bash_3.2.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | require bash.inc | 1 | require bash.inc |
| 2 | PR = "r2" | 2 | PR = "r3" |
| 3 | 3 | ||
| 4 | SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ | 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 \ | 5 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-001;patch=1;pnum=0 \ |
| @@ -27,4 +27,12 @@ SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ | |||
| 27 | http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-023;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 \ | 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 \ | 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 \ | ||
| 30 | " | 38 | " |
