summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash.inc
diff options
context:
space:
mode:
authorMartin Ertsaas <mertsas@cisco.com>2012-09-19 09:16:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-24 11:30:30 +0100
commit22a4046ab36498f7c7ea3f7518acd2c89f8163c3 (patch)
tree3f7762e7fdd7f8191a35aae5f4040411f8252827 /meta/recipes-extended/bash/bash.inc
parentb294e904b61d58320b65e0bf44c3d8f2115b6d16 (diff)
downloadpoky-22a4046ab36498f7c7ea3f7518acd2c89f8163c3.tar.gz
bash: Make it possible to run bash 3.2.48 instead of 4.2.
bash-3.2.48 did not provide the linking from sh to bash, making it unusable. Moving the license part out of the bash.inc file, and into bash_4.2.bb file makes us able to use that file also for bash_3.2.48.bb, which makes maintaining both at the same time a lot easier. (From OE-Core rev: e7b82cb4d107bfbfa5c939d406dd6ce6615b24e1) Signed-off-by: Martin Ertsaas <mertsas@cisco.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.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 3684191d03..ae4b681000 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -2,9 +2,6 @@ DESCRIPTION = "An sh-compatible command language interpreter."
2HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" 2HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html"
3SECTION = "base/shell" 3SECTION = "base/shell"
4 4
5# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
6LICENSE = "GPLv3+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8DEPENDS = "ncurses bison-native" 5DEPENDS = "ncurses bison-native"
9 6
10inherit autotools gettext update-alternatives 7inherit autotools gettext update-alternatives