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>
This commit is contained in:
Jingdong Lu 2011-05-11 17:25:41 +08:00 committed by Richard Purdie
parent 79031b082b
commit 31f4fa18f0
2 changed files with 2 additions and 2 deletions

View File

@ -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 = ""

View File

@ -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 \