[oe-commits] Paul Barker : vim: use correct license file

git at git.openembedded.org git at git.openembedded.org
Mon Apr 22 16:58:10 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 14e1aaa74d851e3716fa6ada80ebb6f15e4f3db1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=14e1aaa74d851e3716fa6ada80ebb6f15e4f3db1

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Sat Apr 20 12:17:06 2013 +0000

vim: use correct license file

The vim license conditions are in the file runtime/doc/uganda.txt within the
sources, not src/README.txt.

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/vim/vim.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc
index fbc0861..bb3e56a 100644
--- a/meta-oe/recipes-support/vim/vim.inc
+++ b/meta-oe/recipes-support/vim/vim.inc
@@ -4,7 +4,7 @@ DEPENDS = "ncurses"
 # vimdiff doesn't like busybox diff
 RSUGGESTS_${PN} = "diffutils"
 LICENSE = "vim"
-LIC_FILES_CHKSUM = "file://README.txt;md5=72c4840d07b65659b60b3fa405c7da36"
+LIC_FILES_CHKSUM = "file://../runtime/doc/uganda.txt;md5=cd49910a3dde6fe0a7e24ebe8cbf7066"
 
 PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 VIMDIR = "${PN}${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[1]}"





More information about the Openembedded-commits mailing list