diff options
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 \ " |