diff options
| author | Jingdong Lu <jingdong.lu@windriver.com> | 2011-05-11 17:25:41 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-13 10:29:01 +0100 |
| commit | 31f4fa18f0855bd5c8d6df849aa5e6f35b74216c (patch) | |
| tree | 6a562ac594efff200792dd53967bd53880186037 /meta/recipes-extended/bash/bash_4.1.bb | |
| parent | 79031b082b19d726dc166fd11e6a66503cda60f2 (diff) | |
| download | poky-31f4fa18f0855bd5c8d6df849aa5e6f35b74216c.tar.gz | |
bash: enable update-alternative to use bash as default shell
(From OE-Core rev: 477519d3772d2abb55e8277841429fcfe107df4a)
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.1.bb')
| -rw-r--r-- | meta/recipes-extended/bash/bash_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash_4.1.bb b/meta/recipes-extended/bash/bash_4.1.bb index bf8cdad578..c146014bd7 100644 --- a/meta/recipes-extended/bash/bash_4.1.bb +++ b/meta/recipes-extended/bash/bash_4.1.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require bash.inc | 1 | require bash.inc |
| 2 | 2 | ||
| 3 | PR = "r1" | 3 | PR = "r2" |
| 4 | 4 | ||
| 5 | SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \ | 5 | SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \ |
| 6 | ${GNU_MIRROR}/bash/bash-4.1-patches/bash41-001;apply=yes;striplevel=0;name=patch001 \ | 6 | ${GNU_MIRROR}/bash/bash-4.1-patches/bash41-001;apply=yes;striplevel=0;name=patch001 \ |
