summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-07 20:31:48 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-07 20:31:48 +0100
commite517c39254117a756de9a8482d11414e56daae28 (patch)
tree95ed98b2febe0d9b4069a403359ced962ef21b15
parent74c8041b63396d86093f3ec8b701f41b01e00feb (diff)
downloadmeta-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.bb6
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 @@
1DESCRIPTION = "An accessibility toolkit for GNOME." 1DESCRIPTION = "An accessibility toolkit for GNOME."
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3PRIORITY = "optional" 3PRIORITY = "optional"
4LICENSE = "LGPL" 4LICENSE = "LGPLv2 & LGPLv2+"
5 5LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
6 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
7 file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7
6PR = "r1" 8PR = "r1"
7 9
8inherit gnome 10inherit gnome