From: Jingdong Lu Date: Wed, 11 May 2011 09:25:41 +0000 (+0800) Subject: bash: enable update-alternative to use bash as default shell X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~45610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=477519d3772d2abb55e8277841429fcfe107df4a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bash: enable update-alternative to use bash as default shell Signed-off-by: Jingdong Lu --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index e21830441fe..d55e517de13 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 bf8cdad5788..c146014bd73 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 \