[oe-commits] [meta-openembedded] 12/13: grail: update to version 3.1.1

git at git.openembedded.org git at git.openembedded.org
Wed Jun 15 10:13:47 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit c1199405c812bccfd9dc9f0e654a51e87835b15d
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Jun 8 21:33:35 2016 -0400

    grail: update to version 3.1.1
    
    * Addresses issues with gcc6
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../canonical-multitouch/{grail_3.1.0.bb => grail_3.1.1.bb}        | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb
similarity index 70%
rename from meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb
rename to meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb
index 6c8f295..3026744 100644
--- a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb
+++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb
@@ -13,14 +13,11 @@ 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"
+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*"
-
-# http://errors.yoctoproject.org/Errors/Details/68611/
-PNBLACKLIST[grail] ?= "BROKEN: fails to build with gcc-6"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list