]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev.inc has a bad link for udev home page; update the link
authorBob Cochran <yocto@mindchasers.com>
Mon, 13 Feb 2012 04:48:09 +0000 (23:48 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Feb 2012 17:58:38 +0000 (17:58 +0000)
Fixed bad link in udev.inc to the udev home page / documentation on
kernel.org

Signed-off-by: Robert Cochran<yocto@mindchasers.com>
meta/recipes-core/udev/udev.inc

index 7949f220ee899287e075ed75085128f6a91f83b5..3e72515d9f3740e184f81a7da3082b91c0adb78f 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "/dev/ and hotplug management daemon"
 DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
 /dev/, handles hotplug events and loads drivers at boot time."
-HOMEPAGE = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
+HOMEPAGE = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev/udev.html"
 LICENSE = "GPLv2.0+ & LGPLv2.1+"
 LICENSE_${PN} = "GPLv2.0+"
 LICENSE_libudev = "LGPLv2.1+"