diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-08-12 17:42:19 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-14 16:06:21 +0200 |
commit | 2e7df8c6bbf33a26c7494f9fa352cf15db155c09 (patch) | |
tree | b507f8e138f5725a6b69379f0b9add6bbdce4134 | |
parent | a2e56724a3348ecf1dc57fb683c1f22ac5334a8d (diff) | |
download | buildroot-2e7df8c6bbf33a26c7494f9fa352cf15db155c09.tar.gz buildroot-2e7df8c6bbf33a26c7494f9fa352cf15db155c09.zip |
package/weston: fix patch
The newly iontroduced patch was created against weston's master branch,
but was not rebased correctly on top of the release we are using, hence
it does not apply because files have been moved since the release.
Fixes:
http://autobuild.buildroot.org/results/5fb/5fbfd26d05a0ccaf4a70a100a7499cedea83ce6f/
http://autobuild.buildroot.org/results/769/76976fbfc2162c2c671a52eafdad82df6d25a660/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/weston/0002-libweston-compositor-rdp-fix-no-break-space-U-A0-U8-.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/weston/0002-libweston-compositor-rdp-fix-no-break-space-U-A0-U8-.patch b/package/weston/0002-libweston-compositor-rdp-fix-no-break-space-U-A0-U8-.patch index 32db32f29f..b39114769b 100644 --- a/package/weston/0002-libweston-compositor-rdp-fix-no-break-space-U-A0-U8-.patch +++ b/package/weston/0002-libweston-compositor-rdp-fix-no-break-space-U-A0-U8-.patch @@ -16,10 +16,10 @@ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> libweston/compositor-rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/libweston/compositor-rdp.c b/libweston/compositor-rdp.c +diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index 11f5f05..ee81300 100644 ---- a/libweston/compositor-rdp.c -+++ b/libweston/compositor-rdp.c +--- a/src/compositor-rdp.c ++++ b/src/compositor-rdp.c @@ -58,7 +58,7 @@ # define NSC_RESET(C, W, H) nsc_context_reset(C, W, H) # define RFX_RESET(C, W, H) rfx_context_reset(C, W, H) |