summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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
parent79031b082b19d726dc166fd11e6a66503cda60f2 (diff)
downloadast2050-yocto-poky-31f4fa18f0855bd5c8d6df849aa5e6f35b74216c.zip
ast2050-yocto-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')
-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 e218304..d55e517 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -7,7 +7,7 @@ LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "ncurses bison-native"
-inherit autotools gettext
+inherit autotools gettext update-alternatives
PARALLEL_MAKE = ""
diff --git a/meta/recipes-extended/bash/bash_4.1.bb b/meta/recipes-extended/bash/bash_4.1.bb
index bf8cdad..c146014 100644
--- a/meta/recipes-extended/bash/bash_4.1.bb
+++ b/meta/recipes-extended/bash/bash_4.1.bb
@@ -1,6 +1,6 @@
require bash.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \
${GNU_MIRROR}/bash/bash-4.1-patches/bash41-001;apply=yes;striplevel=0;name=patch001 \
OpenPOWER on IntegriCloud