From eb286fe259ae63507e25502d4e387ce2d03cd687 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 10 Apr 2011 00:03:29 +0200 Subject: watchdog_5.2.6: remove recipe since task fetch fails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Eric Bénard --- recipes/watchdog/watchdog_5.2.6.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 recipes/watchdog/watchdog_5.2.6.bb (limited to 'recipes/watchdog') diff --git a/recipes/watchdog/watchdog_5.2.6.bb b/recipes/watchdog/watchdog_5.2.6.bb deleted file mode 100644 index d11751077f..0000000000 --- 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" -- cgit 1.2.3-korg