diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-16 11:15:53 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-16 11:15:53 +0000 |
commit | 005c6667ea7761f546e0a02622bfbd685df48255 (patch) | |
tree | 8f3978f6b049d8edd6dfe0963e66bb8e937b7304 /meta | |
parent | 90bafd3c377a4b0cfa4ea1cf17b095c8c3e9e1b3 (diff) | |
download | openembedded-core-005c6667ea7761f546e0a02622bfbd685df48255.tar.gz openembedded-core-005c6667ea7761f546e0a02622bfbd685df48255.tar.bz2 openembedded-core-005c6667ea7761f546e0a02622bfbd685df48255.zip |
bash: update patches to 039
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4674 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/bash/bash_3.2.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/bash/bash_3.2.bb b/meta/packages/bash/bash_3.2.bb index 883df50194..6930c2bd2d 100644 --- a/meta/packages/bash/bash_3.2.bb +++ b/meta/packages/bash/bash_3.2.bb @@ -1,5 +1,5 @@ require bash.inc -PR = "r4" +PR = "r5" SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-001;patch=1;pnum=0 \ @@ -35,4 +35,10 @@ SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ 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 \ " |