diff options
author | Bob Cochran <yocto@mindchasers.com> | 2012-02-12 23:48:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 17:59:39 +0000 |
commit | 92dd65f05a528385d53d575c857ac3c4abbaed82 (patch) | |
tree | a41c3ee924d22e46ac792f554bec171537621b1e /meta | |
parent | 9c1678692872a871cd0f128eb6cb83754451962f (diff) | |
download | poky-92dd65f05a528385d53d575c857ac3c4abbaed82.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
(From OE-Core rev: 479b9a52a013d990da296f96bd658db00423f9a6)
Signed-off-by: Robert Cochran<yocto@mindchasers.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 2 |
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 @@ | |||
1 | SUMMARY = "/dev/ and hotplug management daemon" | 1 | SUMMARY = "/dev/ and hotplug management daemon" |
2 | DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ | 2 | DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ |
3 | /dev/, handles hotplug events and loads drivers at boot time." | 3 | /dev/, handles hotplug events and loads drivers at boot time." |
4 | HOMEPAGE = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" | 4 | HOMEPAGE = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev/udev.html" |
5 | LICENSE = "GPLv2.0+ & LGPLv2.1+" | 5 | LICENSE = "GPLv2.0+ & LGPLv2.1+" |
6 | LICENSE_${PN} = "GPLv2.0+" | 6 | LICENSE_${PN} = "GPLv2.0+" |
7 | LICENSE_libudev = "LGPLv2.1+" | 7 | LICENSE_libudev = "LGPLv2.1+" |