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 | |
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')
-rw-r--r-- | meta/recipes-gnome/gnome/gail_1.20.2.bb (renamed from meta/recipes-gnome/gnome/gail_1.20.0.bb) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gail_1.20.0.bb b/meta/recipes-gnome/gnome/gail_1.20.2.bb index 2e9f857a89..2c862288bf 100644 --- a/meta/recipes-gnome/gnome/gail_1.20.0.bb +++ b/meta/recipes-gnome/gnome/gail_1.20.2.bb @@ -1,10 +1,14 @@ -LICENSE = "LGPL" -SECTION = "x11/libs" -PR = "r1" 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" |