From c1199405c812bccfd9dc9f0e654a51e87835b15d Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 8 Jun 2016 21:33:35 -0400 Subject: grail: update to version 3.1.1 * Addresses issues with gcc6 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../canonical-multitouch/grail_3.1.0.bb | 26 ---------------------- .../canonical-multitouch/grail_3.1.1.bb | 23 +++++++++++++++++++ 2 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb create mode 100644 meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb (limited to 'meta-oe/recipes-support/canonical-multitouch') diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb deleted file mode 100644 index 6c8f295427..0000000000 --- a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Gesture Recognition And Instantiation Library" - -HOMEPAGE = "https://launchpad.net/grail" - -LICENSE = "GPLv3 & LGPLv3" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \ - file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ -" - -inherit autotools pkgconfig - -DEPENDS = "frame" - -SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "2ac56af5f6f466b433c99ca12f34c34f" -SRC_URI[sha256sum] = "c26dced1b3f4317ecf6af36db0e90294d87e43966d56aecc4e97b65368ab78b9" - -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" -PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" - -PACKAGE_BEFORE_PN += "${PN}-test" -FILES_${PN}-test = "${bindir}/grail-test*" - -# http://errors.yoctoproject.org/Errors/Details/68611/ -PNBLACKLIST[grail] ?= "BROKEN: fails to build with gcc-6" diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb new file mode 100644 index 0000000000..3026744a03 --- /dev/null +++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb @@ -0,0 +1,23 @@ +SUMMARY = "Gesture Recognition And Instantiation Library" + +HOMEPAGE = "https://launchpad.net/grail" + +LICENSE = "GPLv3 & LGPLv3" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \ + file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ +" + +inherit autotools pkgconfig + +DEPENDS = "frame" + +SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "0df1b3ec6167920f310e2effe6e2ad44" +SRC_URI[sha256sum] = "5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3" + +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" +PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" + +PACKAGE_BEFORE_PN += "${PN}-test" +FILES_${PN}-test = "${bindir}/grail-test*" -- cgit 1.2.3-korg