summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/0001-g2d-renderer-Fix-open-function-build-break.patch
Commit message (Collapse)AuthorAgeFilesLines
* weston: Upgrade to 5.0.0.imxTom Hochstein2019-09-121-33/+0
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Update open function patchTom Hochstein2018-11-011-17/+5
| | | | | | | The g2d renderer open function patch was only needed for the case of a file open. Remove the other un-needed change. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Fix open function build break in g2d-rendererTom Hochstein2018-10-301-0/+45
| from ../git/libweston/g2d-renderer.c:40: | In function 'open', | inlined from 'g2d_renderer_create' at ../git/libweston/g2d-renderer.c:1629:2: | /home/r60874/upstream/fsl-xwayland/tmp/work/cortexa9t2hf-neon-mx6qdl-fsl-linux-gnueabi/weston/4.0.0.imx-r0/recipe- sysroot/usr/include/bits/fcntl2.h:50:4: error: call to '__open_missing_mode' declared with attribute error: open wit h O_CREAT or O_TMPFILE in second argument needs 3 arguments | __open_missing_mode (); | ^~~~~~~~~~~~~~~~~~~~~~ | Makefile:5266: recipe for target 'libweston/g2d_renderer_la-g2d-renderer.lo' failed Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>