summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorPaulo Neves <ptsneves@gmail.com>2022-09-12 11:21:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-13 10:34:30 +0100
commit1080316fbb863809a75f8a0acd72c06221beedb1 (patch)
treee5bd27de1e17ca5ea72601ae3108cc1c419bde29 /meta/recipes-extended
parent6604795a3f7e53fd748d4103b521d8baf35cf7be (diff)
downloadopenembedded-core-contrib-1080316fbb863809a75f8a0acd72c06221beedb1.tar.gz
watchdog: Remove unneeded tirpc dependency
watchdog code does not have any dependency on rpc code, therefore the dependency and flags to try to use it are removed. Signed-off-by: Paulo Neves <ptsneves@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.16.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.16.bb b/meta/recipes-extended/watchdog/watchdog_5.16.bb
index 26fcc10487..6031dcaa16 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.16.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.16.bb
@@ -28,10 +28,6 @@ UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/"
inherit autotools update-rc.d systemd pkgconfig
-DEPENDS += "libtirpc"
-CFLAGS += "-I${STAGING_INCDIR}/tirpc"
-LDFLAGS += "-ltirpc"
-
EXTRA_OECONF += " --disable-nfs "
CACHED_CONFIGUREVARS += "ac_cv_path_PATH_SENDMAIL=${sbindir}/sendmail"