]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bash: enable update-alternative to use bash as default shell
authorJingdong Lu <jingdong.lu@windriver.com>
Wed, 11 May 2011 09:25:41 +0000 (17:25 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 13 May 2011 05:04:18 +0000 (22:04 -0700)
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
meta/recipes-extended/bash/bash.inc
meta/recipes-extended/bash/bash_4.1.bb

index e21830441fedb4d0ad2624f1c08720138df27efe..d55e517de13b6c59961cdeee6a5bd8b6073e2181 100644 (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 = ""
 
index bf8cdad5788b8ac1b02c3005d0d6b99ad969ccc0..c146014bd73421f7e212a5a9e0d7f0a8a9cc813a 100644 (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 \