From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from seketeli.net ([91.121.166.71] helo=ms.seketeli.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SiW5M-0002Mf-P6 for openembedded-devel@openembedded.org; Sat, 23 Jun 2012 21:33:32 +0200 Received: from localhost (unknown [109.190.26.176]) by ms.seketeli.net (Postfix) with ESMTP id EF463EA040; Sat, 23 Jun 2012 21:29:56 +0200 (CEST) Received: by localhost (Postfix, from userid 1000) id CFA16604DE; Sat, 23 Jun 2012 21:22:42 +0200 (CEST) Date: Sat, 23 Jun 2012 21:22:42 +0200 From: Apelete Seketeli To: openembedded-devel@openembedded.org Message-ID: <20120623192242.GR4845@hermes> References: <20120623191635.GN4845@hermes> MIME-Version: 1.0 In-Reply-To: <20120623191635.GN4845@hermes> X-Operating-System: Debian GNU/Linux wheezy/sid X-URL: http://www.seketeli.net/~apelete User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Kristoffer Ericson Subject: [oe-classic][udev][PATCH 4/5] udev: update SRC_URI of udev-165 recipe X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 19:33:32 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This patch updates the SRC_URI of udev_165.bb to www.mirrorservice.org because the corresponding source package is no longer available at kernel.org. Signed-off-by: Apelete Seketeli --- recipes/udev/udev_165.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb index 423e101..c50af10 100644 --- a/recipes/udev/udev_165.bb +++ b/recipes/udev/udev_165.bb @@ -12,7 +12,7 @@ DEFAULT_PREFERENCE = "-1" DEPENDS = "gperf-native usbutils acl glib-2.0 mtd-utils" RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" -SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ +SRC_URI = "http://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://mount.blacklist \ file://run.rules \ " -- 1.7.10 -- Apelete