| Submitter | Paul Menzel |
|---|---|
| Date | April 9, 2011, 10:14 p.m. |
| Message ID | <1302387296.15868.17.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/2111/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/recipes/watchdog/watchdog_5.2.6.bb b/recipes/watchdog/watchdog_5.2.6.bb deleted file mode 100644 index d117510..0000000 --- a/recipes/watchdog/watchdog_5.2.6.bb +++ /dev/null @@ -1,13 +0,0 @@ -#CONFFILES = "${sysconfdir}/watchdog.conf" -DESCRIPTION = "Software watchdog" -LICENSE = "GPL" -PR = "r4" - -SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${P}.tar.gz" - -inherit autotools - -FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog" - -SRC_URI[md5sum] = "5a1a4476087973852e30f8cdb5b0ff92" -SRC_URI[sha256sum] = "c762525fdbf5f5dd32c6c950f2a63d8c1b15ec3dc7afca5d2dc3dbd1b129a00d"
Date: Sun, 10 Apr 2011 00:03:29 +0200 Watchdog is not available anymore on [1] and neither the official location [2]. $ bitbake -c fetch -b /oe/openembedded/recipes/watchdog/watchdog_5.2.6.bb […] NOTE: Running task 2 of 2 (ID: 0, /oe/openembedded/recipes/watchdog/watchdog_5.2.6.bb, do_fetch) NOTE: package watchdog-5.2.6-r4: task do_fetch: Started --2011-04-10 00:09:07-- http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/watchdog-5.2.6.tar.gz Resolving www.ibiblio.org... 152.19.134.40 Connecting to www.ibiblio.org|152.19.134.40|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2011-04-10 00:09:07 ERROR 404: Not Found. --2011-04-10 00:09:07-- http://mirrors.openembedded.org/watchdog-5.2.6.tar.gz Resolving mirrors.openembedded.org... 82.197.159.157 Connecting to mirrors.openembedded.org|82.197.159.157|:80... failed: Connection refused. --2011-04-10 00:09:07-- http://sources.openembedded.org/watchdog-5.2.6.tar.gz Resolving sources.openembedded.org... 140.211.169.165 Connecting to sources.openembedded.org|140.211.169.165|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2011-04-10 00:09:08 ERROR 404: Not Found. NOTE: package watchdog-5.2.6-r4: task Fetch failed: Unable to fetch URL http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/watchdog-5.2.6.tar.gz from any source.: Failed ERROR: Function 'Fetch failed: Unable to fetch URL http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/watchdog-5.2.6.tar.gz from any source.' failed ERROR: Task 0 (/oe/openembedded/recipes/watchdog/watchdog_5.2.6.bb, do_fetch) failed with exit code '1' ERROR: '/oe/openembedded/recipes/watchdog/watchdog_5.2.6.bb' failed Since this version is not pinned by anything just remove it. [1] http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${P}.tar.gz [2] http://sourceforge.net/projects/watchdog/files/watchdog/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> --- recipes/watchdog/watchdog_5.2.6.bb | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) delete mode 100644 recipes/watchdog/watchdog_5.2.6.bb