diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-13 11:31:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-13 11:31:33 +0100 |
commit | a719203e48dde08b49cdced8282d154ab0549f89 (patch) | |
tree | 25db17dd5985cb4adc56cad9374755df4352d261 | |
parent | 1acf003c18fd200723d56b06b8cf06c47ac7c09c (diff) | |
download | meta-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.inc | 4 |
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 @@ | |||
1 | DESCRIPTION = "The MySQL Open Source Database System" | 1 | DESCRIPTION = "The MySQL Open Source Database System" |
2 | HOMEPAGE = "http://www.mysql.com/" | 2 | HOMEPAGE = "http://www.mysql.com/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=477ab0a4c8ca64b482b3f2a365d0fdfa" | ||
6 | |||
5 | DEPENDS = "ncurses" | 7 | DEPENDS = "ncurses" |
6 | PR = "r5" | 8 | PR = "r5" |
7 | 9 | ||