mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
ab9f6d205f
commit
a3a5809647
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user