diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-20 14:45:52 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-23 23:39:09 -0700 |
commit | 85a3bfcdb65bb9f87bf0b298af68841592d4032c (patch) | |
tree | 87eae6740029efa8b8bf871dc49a834b657d71b6 /meta/recipes-gnome/gnome/gail_1.20.2.bb | |
parent | ad72ffadca975166cd8a416e4bf7b7fe33616d39 (diff) | |
download | openembedded-core-85a3bfcdb65bb9f87bf0b298af68841592d4032c.tar.gz openembedded-core-85a3bfcdb65bb9f87bf0b298af68841592d4032c.tar.bz2 openembedded-core-85a3bfcdb65bb9f87bf0b298af68841592d4032c.zip |
gail: update gail to 1.20.2
[YOCTO #1042]
- Added LIC_FILES_CHKSUM
- Corrected LICENSE
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/gail_1.20.2.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gail_1.20.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gail_1.20.2.bb b/meta/recipes-gnome/gnome/gail_1.20.2.bb new file mode 100644 index 0000000000..2c862288bf --- /dev/null +++ b/meta/recipes-gnome/gnome/gail_1.20.2.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "GNOME Accessibility Implementation Library" +SECTION = "x11/libs" + +DEPENDS = "gtk+" +PROVIDES = "virtual/gail" + +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" + +PR = "r0" + +inherit gnome + +EXTRA_OECONF = "--disable-gtk-doc" + +FILES_${PN} += "${libdir}/gtk-2.0/modules/*.so" +FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" + |