diff options
-rw-r--r-- | meta/recipes-core/udev/udev-new.inc | 4 | ||||
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/udev/udev-new.inc b/meta/recipes-core/udev/udev-new.inc index eac790325e..e302c03f29 100644 --- a/meta/recipes-core/udev/udev-new.inc +++ b/meta/recipes-core/udev/udev-new.inc | |||
@@ -2,8 +2,8 @@ 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.html" |
5 | LICENSE = "GPLv2+ & LGPLv2.1+" | 5 | LICENSE = "GPLv2.0+ & LGPLv2.1+" |
6 | LICENSE_${PN} = "GPLv2+" | 6 | LICENSE_${PN} = "GPLv2.0+" |
7 | LICENSE_libudev = "LGPLv2.1+" | 7 | LICENSE_libudev = "LGPLv2.1+" |
8 | LICENSE_libgudev = "LGPLv2.1+" | 8 | LICENSE_libgudev = "LGPLv2.1+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index d731816d37..eb096eee98 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 program which dynamically creates and removes device nodes from \ | 2 | DESCRIPTION = "udev is a program which dynamically creates and removes device nodes from \ |
3 | /dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel." | 3 | /dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel." |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPLv2.0+ & LGPLv2.1+" |
5 | 5 | ||
6 | SRC_URI += " \ | 6 | SRC_URI += " \ |
7 | file://udev.rules \ | 7 | file://udev.rules \ |
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://mount.sh \ | 11 | file://mount.sh \ |
12 | file://network.sh \ | 12 | file://network.sh \ |
13 | file://local.rules \ | 13 | file://local.rules \ |
14 | file://udev-cache \ | 14 | file://udev-cache \ |
15 | file://init" | 15 | file://init" |
16 | 16 | ||
17 | UDEV_DEVFS_RULES ?= "0" | 17 | UDEV_DEVFS_RULES ?= "0" |