work arounds for:
meta-virtualization/recipes-extended/dev86/dev86_git.bb:do_install

http://errors.yoctoproject.org/Errors/Build/183127/

Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
---
 recipes-extended/dev86/dev86_git.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/recipes-extended/dev86/dev86_git.bb 
b/recipes-extended/dev86/dev86_git.bb
index a3d0fded..5adf2826 100644
--- a/recipes-extended/dev86/dev86_git.bb
+++ b/recipes-extended/dev86/dev86_git.bb
@@ -41,3 +41,20 @@ do_install() {
 }
 
 FILES:${PN} += "${libdir}/bcc"
+
+# http://gecko.lge.com:8000/Errors/Details/832862
+# http://errors.yoctoproject.org/Errors/Details/766930/
+# cpp.c:548:1: error: type of 'ch' defaults to 'int' [-Wimplicit-int]
+# strsave.c:47:42: error: implicit declaration of function 'strcmp' 
[-Wimplicit-function-declaration]
+# strsave.c:55:26: error: implicit declaration of function 'hash' 
[-Wimplicit-function-declaration]
+# strsave.c:66:32: error: implicit declaration of function 'strlen' 
[-Wimplicit-function-declaration]
+# symbol.c:60:42: error: implicit declaration of function 'strcmp' 
[-Wimplicit-function-declaration]
+# symbol.c:72:30: error: implicit declaration of function 'strlen' 
[-Wimplicit-function-declaration]
+# symbol.c:77:13: error: implicit declaration of function 'hash' 
[-Wimplicit-function-declaration]
+# tok_class.c:305:43: error: implicit declaration of function 'strlen' 
[-Wimplicit-function-declaration]
+# tok_io.c:219:20: error: implicit declaration of function 'atoi' 
[-Wimplicit-function-declaration]
+# tok_io.c:488:20: error: implicit declaration of function 'strlen' 
[-Wimplicit-function-declaration]
+# unproto.c:188:51: error: implicit declaration of function 'strcmp' 
[-Wimplicit-function-declaration]
+CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"
+
+EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'"
-- 
2.45.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8746): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8746
Mute This Topic: https://lists.yoctoproject.org/mt/106277144/21656
Group Owner: meta-virtualization+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to