diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:34:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:34 +0000 |
commit | ec7a9dcacce39e922295a7d84b815b01af27a8b8 (patch) | |
tree | afb4812b4f1fd76b42a1c769b086c72e7d859ab6 /meta/recipes-extended/bash | |
parent | 5a9254487a84a29fbf09d4f481c9dfa8832a6b8a (diff) | |
download | openembedded-core-ec7a9dcacce39e922295a7d84b815b01af27a8b8.tar.gz openembedded-core-ec7a9dcacce39e922295a7d84b815b01af27a8b8.tar.bz2 openembedded-core-ec7a9dcacce39e922295a7d84b815b01af27a8b8.zip |
bash: update HOMEPAGE
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/bash')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 107c48f950..9ccb390280 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -1,5 +1,5 @@ SUMMARY = "An sh-compatible command language interpreter" -HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" +HOMEPAGE = "http://tiswww.case.edu/php/chet/bash/bashtop.html" SECTION = "base/shell" DEPENDS = "ncurses bison-native" |