diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-03-17 05:18:19 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:27 +0000 |
| commit | bb4e6e08e52e16110d1e59344f8240b56df11bb9 (patch) | |
| tree | 2468095e3259b32964997cb8a27140b1590e1233 /meta/recipes-extended/watchdog | |
| parent | f00cca81dffc8c46fc877424ce760856e5d0155a (diff) | |
| download | poky-bb4e6e08e52e16110d1e59344f8240b56df11bb9.tar.gz | |
watchdog: Disable nfs on musl targets
Fixes build issue on musl where it needs to link to sunrpc
when enabling nfs
(From OE-Core rev: 958af8fdc4ebec44a21cbdb6ca76351da7c6fdc0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/watchdog')
| -rw-r--r-- | meta/recipes-extended/watchdog/watchdog_5.14.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.14.bb b/meta/recipes-extended/watchdog/watchdog_5.14.bb index fc717bc53d..7330238972 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.14.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.14.bb | |||
| @@ -28,6 +28,7 @@ inherit update-rc.d | |||
| 28 | DEPENDS_append_libc-musl = " libtirpc " | 28 | DEPENDS_append_libc-musl = " libtirpc " |
| 29 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc " | 29 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc " |
| 30 | LDFLAGS_append_libc-musl = " -ltirpc " | 30 | LDFLAGS_append_libc-musl = " -ltirpc " |
| 31 | EXTRA_OECONF_append_libc-musl = " --disable-nfs " | ||
| 31 | 32 | ||
| 32 | INITSCRIPT_NAME = "watchdog.sh" | 33 | INITSCRIPT_NAME = "watchdog.sh" |
| 33 | INITSCRIPT_PARAMS = "start 15 1 2 3 4 5 . stop 85 0 6 ." | 34 | INITSCRIPT_PARAMS = "start 15 1 2 3 4 5 . stop 85 0 6 ." |
