aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
diff options
context:
space:
mode:
authorBob Cochran <yocto@mindchasers.com>2012-02-12 23:48:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-21 17:58:38 +0000
commit479b9a52a013d990da296f96bd658db00423f9a6 (patch)
tree5f413e71cc571980b5ab0c3b8dcc372c799ff931 /meta/recipes-core/udev
parente39c6027d5b86eb94ed74e19ef708828fb547082 (diff)
downloadopenembedded-core-contrib-479b9a52a013d990da296f96bd658db00423f9a6.tar.gz
udev.inc has a bad link for udev home page; update the link
Fixed bad link in udev.inc to the udev home page / documentation on kernel.org Signed-off-by: Robert Cochran<yocto@mindchasers.com>
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r--meta/recipes-core/udev/udev.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index 7949f220ee..3e72515d9f 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -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+"