[oe-commits] [openembedded-core] 15/66: watchdog: Disable nfs on musl targets

git at git.openembedded.org git at git.openembedded.org
Sun Mar 20 23:13:26 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 958af8fdc4ebec44a21cbdb6ca76351da7c6fdc0
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Mar 17 05:18:19 2016 +0000

    watchdog: Disable nfs on musl targets
    
    Fixes build issue on musl where it needs to link to sunrpc
    when enabling nfs
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/watchdog/watchdog_5.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/watchdog/watchdog_5.14.bb b/meta/recipes-extended/watchdog/watchdog_5.14.bb
index fc717bc..7330238 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 ."

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list