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.

(From OE-Core rev: 1080316fbb863809a75f8a0acd72c06221beedb1)

Signed-off-by: Paulo Neves <ptsneves@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paulo Neves
2022-09-12 11:21:22 +02:00
committed by Richard Purdie
parent ab9f6d205f
commit a3a5809647

View File

@@ -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"