summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2011-05-11 17:25:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-13 10:29:01 +0100
commit31f4fa18f0855bd5c8d6df849aa5e6f35b74216c (patch)
tree6a562ac594efff200792dd53967bd53880186037 /meta/recipes-extended/bash
parent79031b082b19d726dc166fd11e6a66503cda60f2 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-extended/bash/bash.inc2
-rw-r--r--meta/recipes-extended/bash/bash_4.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index e21830441f..d55e517de1 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -7,7 +7,7 @@ LICENSE = "GPLv3+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8DEPENDS = "ncurses bison-native" 8DEPENDS = "ncurses bison-native"
9 9
10inherit autotools gettext 10inherit autotools gettext update-alternatives
11 11
12PARALLEL_MAKE = "" 12PARALLEL_MAKE = ""
13 13
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 @@
1require bash.inc 1require bash.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \ 5SRC_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 \