diff options
Diffstat (limited to 'meta-oe/recipes-graphics/wayland/wayland-fits_git.bb')
-rwxr-xr-x | meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb index b74c44a63..374a850e6 100755 --- a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb +++ b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | |||
@@ -31,3 +31,6 @@ 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'" | ||