diff options
author | Ross Burton <ross.burton@intel.com> | 2012-08-29 13:13:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-29 14:23:36 -0700 |
commit | 54a1665423e0a44b9a59a16d813b9fd381250ce7 (patch) | |
tree | d523a3ea0d285e3b7424dd4a9789a8667ac95d8e /meta | |
parent | eb772182ba8c4aef64a76763ecd5d1d8d5fbd283 (diff) | |
download | poky-54a1665423e0a44b9a59a16d813b9fd381250ce7.tar.gz |
gail: remove
This functionality was integrated into GTK+ 2.13 and we've dropped support for
anything before that.
[ YOCTO #2954 ]
(From OE-Core rev: 5bc4c0593997b046300a8f5b3f63c278aeb31d68)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/gail_1.20.2.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-gnome/gnome/gail_1.20.2.bb b/meta/recipes-gnome/gnome/gail_1.20.2.bb deleted file mode 100644 index df6cd0308f..0000000000 --- a/meta/recipes-gnome/gnome/gail_1.20.2.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | DESCRIPTION = "GNOME Accessibility Implementation Library" | ||
2 | SECTION = "x11/libs" | ||
3 | |||
4 | DEPENDS = "gtk+" | ||
5 | PROVIDES = "virtual/gail" | ||
6 | |||
7 | LICENSE = "LGPLv2" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
9 | |||
10 | PR = "r2" | ||
11 | |||
12 | inherit gnome gtk-doc | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "e805806f897cf6040e1f3e9c0cd2151b" | ||
15 | SRC_URI[archive.sha256sum] = "5025b13a4f3b960c8ab7c3e5c7d6d86082e2e1af6ee18e61e37fd4ce3dcc0153" | ||
16 | |||
17 | FILES_${PN} += "${libdir}/gtk-2.0/modules/*.so" | ||
18 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" | ||
19 | |||