diff options
author | Derek Straka <derek@asterius.io> | 2016-06-08 21:33:35 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-15 12:13:17 +0200 |
commit | c1199405c812bccfd9dc9f0e654a51e87835b15d (patch) | |
tree | 869ff381e32837d4a8e4b1faf92195b4de5152f1 | |
parent | ee42aeb991dad093e6d823ba5541c72d3825d4f4 (diff) | |
download | meta-openembedded-c1199405c812bccfd9dc9f0e654a51e87835b15d.tar.gz |
grail: update to version 3.1.1
* Addresses issues with gcc6
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb (renamed from meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb) | 7 |
1 files 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 index 6c8f29542..3026744a0 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 | |||
13 | DEPENDS = "frame" | 13 | DEPENDS = "frame" |
14 | 14 | ||
15 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2" | 15 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2" |
16 | SRC_URI[md5sum] = "2ac56af5f6f466b433c99ca12f34c34f" | 16 | SRC_URI[md5sum] = "0df1b3ec6167920f310e2effe6e2ad44" |
17 | SRC_URI[sha256sum] = "c26dced1b3f4317ecf6af36db0e90294d87e43966d56aecc4e97b65368ab78b9" | 17 | SRC_URI[sha256sum] = "5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3" |
18 | 18 | ||
19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
20 | PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" | 20 | PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" |
21 | 21 | ||
22 | PACKAGE_BEFORE_PN += "${PN}-test" | 22 | PACKAGE_BEFORE_PN += "${PN}-test" |
23 | FILES_${PN}-test = "${bindir}/grail-test*" | 23 | FILES_${PN}-test = "${bindir}/grail-test*" |
24 | |||
25 | # http://errors.yoctoproject.org/Errors/Details/68611/ | ||
26 | PNBLACKLIST[grail] ?= "BROKEN: fails to build with gcc-6" | ||