diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 20:31:48 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 20:31:48 +0100 |
commit | e517c39254117a756de9a8482d11414e56daae28 (patch) | |
tree | 95ed98b2febe0d9b4069a403359ced962ef21b15 | |
parent | 74c8041b63396d86093f3ec8b701f41b01e00feb (diff) | |
download | meta-openembedded-e517c39254117a756de9a8482d11414e56daae28.tar.gz |
atk: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-support/atk/atk_1.30.0.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-support/atk/atk_1.30.0.bb b/recipes-support/atk/atk_1.30.0.bb index b3505bf0bc..cc8f573810 100644 --- a/recipes-support/atk/atk_1.30.0.bb +++ b/recipes-support/atk/atk_1.30.0.bb | |||
@@ -1,8 +1,10 @@ | |||
1 | DESCRIPTION = "An accessibility toolkit for GNOME." | 1 | DESCRIPTION = "An accessibility toolkit for GNOME." |
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPLv2 & LGPLv2+" |
5 | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |
6 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ | ||
7 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7 | ||
6 | PR = "r1" | 8 | PR = "r1" |
7 | 9 | ||
8 | inherit gnome | 10 | inherit gnome |