diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-08-09 12:05:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-13 20:05:57 +0100 |
commit | 3d27ee3da296b57b6bc702431437e635c53697f7 (patch) | |
tree | f7d9a47a25f6dd1a2b54b90eb95bd7db81e761a2 /meta/recipes-extended/watchdog | |
parent | a69df1807af3e099685b766dac4d6c6919b01852 (diff) | |
download | openembedded-core-contrib-3d27ee3da296b57b6bc702431437e635c53697f7.tar.gz |
watchdog: fix SRC_URI _ -> -
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/watchdog')
-rw-r--r-- | meta/recipes-extended/watchdog/watchdog_5.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.12.bb b/meta/recipes-extended/watchdog/watchdog_5.12.bb index cc4d1a3173b..78262b80e4a 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.12.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.12.bb @@ -8,9 +8,9 @@ BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194" LICENSE = "GPL-2.0+" LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569" -PR = "r0" +PR = "r1" -SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz \ +SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \ file://fix-ping-failure.patch" SRC_URI[md5sum] = "cea28bea70e54f3625062bc808aef9af" |