diff options
| -rw-r--r-- | recipes-extended/dev86/dev86_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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() { | |||
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | FILES:${PN} += "${libdir}/bcc" | 43 | FILES:${PN} += "${libdir}/bcc" |
| 44 | |||
| 45 | # http://gecko.lge.com:8000/Errors/Details/832862 | ||
| 46 | # http://errors.yoctoproject.org/Errors/Details/766930/ | ||
| 47 | # cpp.c:548:1: error: type of 'ch' defaults to 'int' [-Wimplicit-int] | ||
| 48 | # strsave.c:47:42: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] | ||
| 49 | # strsave.c:55:26: error: implicit declaration of function 'hash' [-Wimplicit-function-declaration] | ||
| 50 | # strsave.c:66:32: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] | ||
| 51 | # symbol.c:60:42: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] | ||
| 52 | # symbol.c:72:30: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] | ||
| 53 | # symbol.c:77:13: error: implicit declaration of function 'hash' [-Wimplicit-function-declaration] | ||
| 54 | # tok_class.c:305:43: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] | ||
| 55 | # tok_io.c:219:20: error: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] | ||
| 56 | # tok_io.c:488:20: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] | ||
| 57 | # unproto.c:188:51: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] | ||
| 58 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" | ||
| 59 | |||
| 60 | EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" | ||
