diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 16:18:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:40:07 +0100 |
commit | 72fb39271b755bf5aef62fc9109cfaee00356fe4 (patch) | |
tree | a53ced7995624a0dbee836f6c62943918d419b1e /meta/recipes-support | |
parent | 56011bb732950da207ab55a891aa8fc228a9f5e9 (diff) | |
download | openembedded-core-contrib-72fb39271b755bf5aef62fc9109cfaee00356fe4.tar.gz |
atk: cleanup thanks to new gtk-doc.bbclass
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/atk_2.2.0.bb | 6 |
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 74e72889461..d8706ff74b2 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+" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" -PR = "r2" +PR = "r3" -DEPENDS = "glib-2.0 gtk-doc-native" +DEPENDS = "glib-2.0" -inherit autotools pkgconfig +inherit autotools gtk-doc pkgconfig SRC_URI = "http://download.gnome.org/sources/atk/2.2/${BPN}-${PV}.tar.bz2" SRC_URI[md5sum] = "4894e9b04f0a9f1c37a624a1e8d6d73f" |