diff options
author | Timo Ketola <timo.ketola@exertus.fi> | 2018-03-08 12:42:33 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-09 22:37:54 +0100 |
commit | 1a0b4b2be2c76b836f4461fcf59f5e95dcd8549b (patch) | |
tree | 046626f279fc2d58b3e8cc19bc820af89b4c464e | |
parent | 183d2097ffef5d8d7e1ac07d3b613ecacdd8c876 (diff) | |
download | buildroot-1a0b4b2be2c76b836f4461fcf59f5e95dcd8549b.tar.gz buildroot-1a0b4b2be2c76b836f4461fcf59f5e95dcd8549b.zip |
fbgrab: Fix some problems in the patch metadata
The patch description was missing Upstream-Status tag. It was given in the
commit which added this patch but not in the patch itself as should be.
Signed-off-by tag accidentally didn't follow the usual format.
Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/fbgrab/0100-fix-pixfmt-report.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/fbgrab/0100-fix-pixfmt-report.patch b/package/fbgrab/0100-fix-pixfmt-report.patch index 18bcf96df2..8cff7ef8c3 100644 --- a/package/fbgrab/0100-fix-pixfmt-report.patch +++ b/package/fbgrab/0100-fix-pixfmt-report.patch @@ -4,7 +4,9 @@ When fbgrab tells about the framebuffer pixel format, blue and green are accidentally swapped in 'length' and 'msb_right' columns. Let's order everything as RGB. -Signed-off-by timo.ketola@exertus.fi +Upstream-Status: Submitted [Gunnar Monell <gmo@linux.nu>] + +Signed-off-by: Timo Ketola <timo.ketola@exertus.fi> diff -u a/fbgrab.c b/fbgrab.c --- a/fbgrab.c 2018-03-07 11:42:04.739250433 +0200 |