aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-24 10:43:26 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-03-24 10:46:02 +0100
commit69203f0bd1154b83fb79ed416d5959a0d737b680 (patch)
treefc8d854d2b6afd6861292038e7110e6af571e797
parent25669e8b93f665e329570ce4e4b0f812c46f7e3d (diff)
downloadmeta-openembedded-contrib-69203f0bd1154b83fb79ed416d5959a0d737b680.tar.gz
lua5.1: add LIC_FILES_CHKSUM
-rw-r--r--meta-oe/recipes-devtools/lua/lua5.1_5.1.4.bb1
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 06c800496d..5591c4cb28 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 @@
DESCRIPTION = "Lua is a powerful light-weight programming language designed \
for extending applications."
LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=90c3badc6055c699194c4a7cea583296"
HOMEPAGE = "http://www.lua.org/"
DEPENDS += "readline"