diff options
author | 2012-09-04 11:00:04 +0300 | |
---|---|---|
committer | 2012-09-04 14:08:34 +0100 | |
commit | a281963d6639bd937e7aa8b1fafebba4dd519c82 (patch) | |
tree | dc2d473b7d851a5c62bdfab7a2e974f0296604d6 | |
parent | cc1179e1bdb631a357cb4c95a1856bb86f095592 (diff) | |
download | poky-a281963d6639bd937e7aa8b1fafebba4dd519c82.tar.gz poky-a281963d6639bd937e7aa8b1fafebba4dd519c82.tar.bz2 poky-a281963d6639bd937e7aa8b1fafebba4dd519c82.zip |
grub: added upstream-status
(From OE-Core rev: 5534ec24811e8558d4be3858e0c94b7c02d70c11)
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/grub/files/grub-no-unused-result.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/files/grub-no-unused-result.patch b/meta/recipes-bsp/grub/files/grub-no-unused-result.patch index ecd7f36ee3..4cbd0838d1 100644 --- a/meta/recipes-bsp/grub/files/grub-no-unused-result.patch +++ b/meta/recipes-bsp/grub/files/grub-no-unused-result.patch @@ -1,4 +1,5 @@ Signed-off-by: Radu Moisan <radu.moisan@intel.com> +Upstream-Status: Pending I had an error because of an unused return value for read(). I added -Wno-unused-result. |