diff options
-rw-r--r-- | meta/classes/mirrors.bbclass | 1 | ||||
-rw-r--r-- | meta/recipes-extended/watchdog/watchdog_5.12.bb (renamed from meta/recipes-extended/watchdog/watchdog_5.11.bb) | 11 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 1a9a531762..9009f2009f 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -45,6 +45,7 @@ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://gd.tuwien.ac.at/utils/adm | |||
45 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \n \ | 45 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \n \ |
46 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://the.wiretapped.net/pub/security/host-security/lsof/ \n \ | 46 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://the.wiretapped.net/pub/security/host-security/lsof/ \n \ |
47 | http://www.apache.org/dist http://archive.apache.org/dist \n \ | 47 | http://www.apache.org/dist http://archive.apache.org/dist \n \ |
48 | http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \n \ | ||
48 | cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 49 | cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
49 | svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 50 | svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
50 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 51 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
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." | |||
5 | HOMEPAGE = "http://watchdog.sourceforge.net/" | 5 | HOMEPAGE = "http://watchdog.sourceforge.net/" |
6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194" | 6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194" |
7 | 7 | ||
8 | LICENSE = "GPL-1.0+" | 8 | LICENSE = "GPL-2.0+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a7258c60a71a2f04b67fb01f495889c" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569" |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz \ |
14 | file://fix-ping-failure.patch" | 14 | file://fix-ping-failure.patch" |
15 | 15 | ||
16 | 16 | SRC_URI[md5sum] = "cea28bea70e54f3625062bc808aef9af" | |
17 | SRC_URI[md5sum] = "02c764219b3bdb2373091cbd67109eb6" | 17 | SRC_URI[sha256sum] = "862d5da6ab34568bbd4ea695316f063fecabe107d0939ceea6c67c9ec0b1a08e" |
18 | SRC_URI[sha256sum] = "723a7966e0c3d58e3f4df20943a5c9aa1553381f46aa0dbcf832016756e62792" | ||
19 | 18 | ||
20 | inherit autotools | 19 | inherit autotools |
21 | 20 | ||