diff options
author | Radu Moisan <radu.moisan@intel.com> | 2012-08-02 14:53:37 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-02 15:00:30 +0100 |
commit | 1452b5e60eff29e7423ecdd51d2d942e88dcc263 (patch) | |
tree | 21af092cf1b12d5e1d9fbd06dc3b5df3a3e23b50 /meta/recipes-extended | |
parent | 375cddcc2241016a3114d707b1938c2190642a4f (diff) | |
download | openembedded-core-1452b5e60eff29e7423ecdd51d2d942e88dcc263.tar.gz openembedded-core-1452b5e60eff29e7423ecdd51d2d942e88dcc263.tar.bz2 openembedded-core-1452b5e60eff29e7423ecdd51d2d942e88dcc263.zip |
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+
Signed-off-by: Radu Moisan <radu.moisan@intel.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.12.bb (renamed from meta/recipes-extended/watchdog/watchdog_5.11.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.11.bb b/meta/recipes-extended/watchdog/watchdog_5.12.bb index 6a611c99bb..cc4d1a3173 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.11.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.12.bb @@ -5,17 +5,16 @@ 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" +LICENSE = "GPL-2.0+" +LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569" -PR = "r1" +PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz \ file://fix-ping-failure.patch" - -SRC_URI[md5sum] = "02c764219b3bdb2373091cbd67109eb6" -SRC_URI[sha256sum] = "723a7966e0c3d58e3f4df20943a5c9aa1553381f46aa0dbcf832016756e62792" +SRC_URI[md5sum] = "cea28bea70e54f3625062bc808aef9af" +SRC_URI[sha256sum] = "862d5da6ab34568bbd4ea695316f063fecabe107d0939ceea6c67c9ec0b1a08e" inherit autotools |