aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-09-24 00:29:28 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-13 12:27:52 +0200
commit2cbfbf994475a0b078f1ec5f4be2afed817f3a05 (patch)
treee2626db696a2ee13546f5d5c57b46d8155c561e2 /meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
parent9ea39b81e2eaead10480383206f0e741df455843 (diff)
downloadmeta-openembedded-contrib-2cbfbf994475a0b078f1ec5f4be2afed817f3a05.tar.gz
kexecboot_0.6: fix build with gcc 5
Resolving the issue: rgb.h:55:1: warning: inline function 'rgba2comp' declared but never defined | rgba2comp(kx_rgba rgba, kx_ccomp *red, kx_ccomp *green, | ^ Fix C99 inline semantic as documented here: https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
index 9061c272fc..3397c29501 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
@@ -47,6 +47,8 @@ SRC_URI += "\
file://0002-kexecboot-fix-configure-warnings.patch \
file://0003-kexecboot-do-not-hardcode-MOUNTPOINT.patch \
file://0004-kexecboot.c-workaround-for-absolute-kernel-and-initr.patch \
+ \
+ file://0005-rgb.h-fix-build-with-gcc5.patch \
"
inherit autotools