aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-13 11:31:33 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-13 11:31:33 +0100
commita719203e48dde08b49cdced8282d154ab0549f89 (patch)
tree25db17dd5985cb4adc56cad9374755df4352d261
parent1acf003c18fd200723d56b06b8cf06c47ac7c09c (diff)
downloadmeta-openembedded-a719203e48dde08b49cdced8282d154ab0549f89.tar.gz
mysql5: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-support/mysql/mysql5_5.1.40.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-support/mysql/mysql5_5.1.40.inc b/recipes-support/mysql/mysql5_5.1.40.inc
index d7c1b7261a..9a77eb1bae 100644
--- a/recipes-support/mysql/mysql5_5.1.40.inc
+++ b/recipes-support/mysql/mysql5_5.1.40.inc
@@ -1,7 +1,9 @@
DESCRIPTION = "The MySQL Open Source Database System"
HOMEPAGE = "http://www.mysql.com/"
SECTION = "libs"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=477ab0a4c8ca64b482b3f2a365d0fdfa"
+
DEPENDS = "ncurses"
PR = "r5"