diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2016-04-26 11:02:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-28 10:38:41 +0200 |
commit | d1be64c692c49a65581c5510e0826ad70d2eb29d (patch) | |
tree | faf38a12eeb3501c551719b56ed2e1548e512a4c /meta-oe | |
parent | 0d857a101202d7cac1ab902723d8fee111a25508 (diff) | |
download | meta-openembedded-d1be64c692c49a65581c5510e0826ad70d2eb29d.tar.gz |
wayland-fits: update, get out of PNBLACKLIST
Update to latest version, which has fixes for building with
Weston >= 1.8.91, and thus builds with branches >= Jethro.
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rwxr-xr-x | meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb index 374a850e68..6852fd32c1 100755 --- a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb +++ b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f8d34cadaf891753c0f00c6cd48f08f5 \ | |||
9 | file://src/extensions/weston/weston-wfits.cpp;endline=21;md5=848c81e55cf3a30a9f6ed75f0dba7a97" | 9 | file://src/extensions/weston/weston-wfits.cpp;endline=21;md5=848c81e55cf3a30a9f6ed75f0dba7a97" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/01org/wayland-fits.git" | 11 | SRC_URI = "git://github.com/01org/wayland-fits.git" |
12 | SRCREV = "f30dfa9fceb438d3687c5215093fffc21a7852fc" | 12 | SRCREV = "f108335e374772ae2818a30ae37fe6fcda81980f" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
@@ -31,6 +31,3 @@ do_install_append() { | |||
31 | 31 | ||
32 | FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so" | 32 | FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so" |
33 | FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/weston/.debug ${prefix}/src" | 33 | FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/weston/.debug ${prefix}/src" |
34 | |||
35 | # http://errors.yoctoproject.org/Errors/Details/35141/ | ||
36 | PNBLACKLIST[wayland-fits] ?= "BROKEN: fails since wayland upgrade: weston-wfits.cpp:86:39: error: expected primary-expression before 'struct'" | ||