summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash.inc
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/bash.inc
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/bash.inc')
-rw-r--r--meta/recipes-extended/bash/bash.inc2
1 files changed, 1 insertions, 1 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