summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/atk/atk_2.2.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/atk_2.2.0.bb
index 74e7288946..d8706ff74b 100644
--- a/meta/recipes-support/atk/atk_2.2.0.bb
+++ b/meta/recipes-support/atk/atk_2.2.0.bb
@@ -7,11 +7,11 @@ LICENSE = "GPLv2+ & LGPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
8 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ 8 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
9 file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" 9 file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7"
10PR = "r2" 10PR = "r3"
11 11
12DEPENDS = "glib-2.0 gtk-doc-native" 12DEPENDS = "glib-2.0"
13 13
14inherit autotools pkgconfig 14inherit autotools gtk-doc pkgconfig
15 15
16SRC_URI = "http://download.gnome.org/sources/atk/2.2/${BPN}-${PV}.tar.bz2" 16SRC_URI = "http://download.gnome.org/sources/atk/2.2/${BPN}-${PV}.tar.bz2"
17SRC_URI[md5sum] = "4894e9b04f0a9f1c37a624a1e8d6d73f" 17SRC_URI[md5sum] = "4894e9b04f0a9f1c37a624a1e8d6d73f"