M7350/oe-core/meta/recipes-extended/watchdog/watchdog_5.14.bb

21 lines
755 B
BlitzBasic
Raw Normal View History

2024-09-09 08:52:07 +00:00
SUMMARY = "Software watchdog"
DESCRIPTION = "Watchdog is a daemon that checks if your system is still \
working. If programs in user space are not longer executed \
it will reboot the system."
HOMEPAGE = "http://watchdog.sourceforge.net/"
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194"
2024-09-09 08:57:42 +00:00
LICENSE = "GPL-2.0+"
LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \
file://fixsepbuild.patch \
file://fix-ping-failure.patch"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
SRC_URI[md5sum] = "5b2dba0c593942f4acc100bca0d560c4"
SRC_URI[sha256sum] = "620b2f49e9879f2e85c73d4c1f422f9101e6b38e824fea2414befd8bb6866ad1"
2024-09-09 08:52:07 +00:00
inherit autotools
RRECOMMENDS_${PN} = "kernel-module-softdog"