diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-03-24 10:43:26 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-03-24 10:46:02 +0100 |
commit | 69203f0bd1154b83fb79ed416d5959a0d737b680 (patch) | |
tree | fc8d854d2b6afd6861292038e7110e6af571e797 /meta-oe/recipes-devtools/lua | |
parent | 25669e8b93f665e329570ce4e4b0f812c46f7e3d (diff) | |
download | meta-openembedded-69203f0bd1154b83fb79ed416d5959a0d737b680.tar.gz |
lua5.1: add LIC_FILES_CHKSUM
Diffstat (limited to 'meta-oe/recipes-devtools/lua')
-rw-r--r-- | meta-oe/recipes-devtools/lua/lua5.1_5.1.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/lua/lua5.1_5.1.4.bb b/meta-oe/recipes-devtools/lua/lua5.1_5.1.4.bb index 06c800496..5591c4cb2 100644 --- a/meta-oe/recipes-devtools/lua/lua5.1_5.1.4.bb +++ b/meta-oe/recipes-devtools/lua/lua5.1_5.1.4.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Lua is a powerful light-weight programming language designed \ | 1 | DESCRIPTION = "Lua is a powerful light-weight programming language designed \ |
2 | for extending applications." | 2 | for extending applications." |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=90c3badc6055c699194c4a7cea583296" | ||
4 | HOMEPAGE = "http://www.lua.org/" | 5 | HOMEPAGE = "http://www.lua.org/" |
5 | 6 | ||
6 | DEPENDS += "readline" | 7 | DEPENDS += "readline" |