From patchwork Fri May 13 05:06:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/8] bash: enable update-alternative to use bash as default shell Date: Fri, 13 May 2011 05:06:43 -0000 From: Saul Wold X-Patchwork-Id: 3913 Message-Id: <477519d3772d2abb55e8277841429fcfe107df4a.1305263078.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: Ilya Yanok , Jingdong Lu From: Jingdong Lu Signed-off-by: Jingdong Lu --- meta/recipes-extended/bash/bash.inc | 2 +- meta/recipes-extended/bash/bash_4.1.bb | 2 +- 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 \