diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-15 15:15:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:30 +0000 |
commit | 7b023bac25d9db3ad7655e91811c89296a040076 (patch) | |
tree | 445beb01babd78ea39d42500d675594284dfb5e7 /meta/recipes-core | |
parent | a23e9ee6e8854d67c7bb23e00167dafc75387502 (diff) | |
download | poky-7b023bac25d9db3ad7655e91811c89296a040076.tar.gz |
udev: tidy the LICENSE fields
(From OE-Core rev: 30a07409ce5bf9576a195b908fa3b43c80873635)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
fix udev
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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" |