From fe800caf592c7ba8247c1320c01075b8d063f310 Mon Sep 17 00:00:00 2001 From: Radu Moisan Date: Thu, 2 Aug 2012 14:53:37 +0300 Subject: watchdog: Upgrade to upstream v5.12 sourceforge.net link is broken at the time of this patch, so I added a mirror. License changed to GPLv2+ (From OE-Core rev: 1452b5e60eff29e7423ecdd51d2d942e88dcc263) Signed-off-by: Radu Moisan Signed-off-by: Richard Purdie --- meta/recipes-extended/watchdog/watchdog_5.11.bb | 22 ---------------------- meta/recipes-extended/watchdog/watchdog_5.12.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-extended/watchdog/watchdog_5.11.bb create mode 100644 meta/recipes-extended/watchdog/watchdog_5.12.bb (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/watchdog/watchdog_5.11.bb b/meta/recipes-extended/watchdog/watchdog_5.11.bb deleted file mode 100644 index 6a611c99bb..0000000000 --- a/meta/recipes-extended/watchdog/watchdog_5.11.bb +++ /dev/null @@ -1,22 +0,0 @@ -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" - -LICENSE = "GPL-1.0+" -LIC_FILES_CHKSUM = "file://COPYING;md5=8a7258c60a71a2f04b67fb01f495889c" - -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz \ - file://fix-ping-failure.patch" - - -SRC_URI[md5sum] = "02c764219b3bdb2373091cbd67109eb6" -SRC_URI[sha256sum] = "723a7966e0c3d58e3f4df20943a5c9aa1553381f46aa0dbcf832016756e62792" - -inherit autotools - -RRECOMMENDS_${PN} = "kernel-module-softdog" diff --git a/meta/recipes-extended/watchdog/watchdog_5.12.bb b/meta/recipes-extended/watchdog/watchdog_5.12.bb new file mode 100644 index 0000000000..cc4d1a3173 --- /dev/null +++ b/meta/recipes-extended/watchdog/watchdog_5.12.bb @@ -0,0 +1,21 @@ +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" + +LICENSE = "GPL-2.0+" +LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569" + +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz \ + file://fix-ping-failure.patch" + +SRC_URI[md5sum] = "cea28bea70e54f3625062bc808aef9af" +SRC_URI[sha256sum] = "862d5da6ab34568bbd4ea695316f063fecabe107d0939ceea6c67c9ec0b1a08e" + +inherit autotools + +RRECOMMENDS_${PN} = "kernel-module-softdog" -- cgit v1.2.3-54-g00ecf