diff options
author | Phil Blundell <philb@gnu.org> | 2008-08-01 19:33:47 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-08-01 19:33:47 +0000 |
commit | 9f60719726356657d559aa1e045c9ae126f13e32 (patch) | |
tree | c926ed7ffdf2d281f964a3647434fc15f55f69bb /packages/bash | |
parent | 6b3c8b06b2ed2defe4437258948034ec35c8da9b (diff) |
bash_3.2: apply more patches from upstream
Diffstat (limited to 'packages/bash')
-rw-r--r-- | packages/bash/bash_3.2.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/bash/bash_3.2.bb b/packages/bash/bash_3.2.bb index 568f8206f5..0cf8ff5f26 100644 --- a/packages/bash/bash_3.2.bb +++ b/packages/bash/bash_3.2.bb @@ -1,6 +1,6 @@ require bash.inc -PR = "r5" +PR = "r6" SRC_URI += "\ file://builtins.patch;patch=1 \ @@ -37,4 +37,10 @@ SRC_URI += "\ http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-031;patch=1;pnum=0 \ http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-032;patch=1;pnum=0 \ http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-033;patch=1;pnum=0 \ + http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-034;patch=1;pnum=0 \ + http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-035;patch=1;pnum=0 \ + http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-036;patch=1;pnum=0 \ + http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-037;patch=1;pnum=0 \ + http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-038;patch=1;pnum=0 \ + http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-039;patch=1;pnum=0 \ " |