From 2d7798a7901aca0456158a5a48bf36f4ce209e2d Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 20 May 2011 14:45:52 -0700 Subject: gail: update gail to 1.20.2 [YOCTO #1042] - Added LIC_FILES_CHKSUM - Corrected LICENSE (From OE-Core rev: 85a3bfcdb65bb9f87bf0b298af68841592d4032c) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/gail_1.20.0.bb | 14 -------------- meta/recipes-gnome/gnome/gail_1.20.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-gnome/gnome/gail_1.20.0.bb create mode 100644 meta/recipes-gnome/gnome/gail_1.20.2.bb (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/gnome/gail_1.20.0.bb b/meta/recipes-gnome/gnome/gail_1.20.0.bb deleted file mode 100644 index 2e9f857a89..0000000000 --- a/meta/recipes-gnome/gnome/gail_1.20.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -LICENSE = "LGPL" -SECTION = "x11/libs" -PR = "r1" -DESCRIPTION = "GNOME Accessibility Implementation Library" -DEPENDS = "gtk+" -PROVIDES = "virtual/gail" - -inherit gnome - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/gtk-2.0/modules/*.so" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" - 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" + -- cgit v1.2.3-54-g00ecf