From: Khem Raj Date: Thu, 17 Mar 2016 05:18:19 +0000 (+0000) Subject: watchdog: Disable nfs on musl targets X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb4e6e08e52e16110d1e59344f8240b56df11bb9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/watchdog/watchdog_5.14.bb b/meta/recipes-extended/watchdog/watchdog_5.14.bb index fc717bc53d3..7330238972a 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 DEPENDS_append_libc-musl = " libtirpc " CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc " LDFLAGS_append_libc-musl = " -ltirpc " +EXTRA_OECONF_append_libc-musl = " --disable-nfs " INITSCRIPT_NAME = "watchdog.sh" INITSCRIPT_PARAMS = "start 15 1 2 3 4 5 . stop 85 0 6 ."