summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-12-15 15:15:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-21 17:16:30 +0000
commit7b023bac25d9db3ad7655e91811c89296a040076 (patch)
tree445beb01babd78ea39d42500d675594284dfb5e7 /meta/recipes-core/udev
parenta23e9ee6e8854d67c7bb23e00167dafc75387502 (diff)
downloadpoky-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/udev')
-rw-r--r--meta/recipes-core/udev/udev-new.inc4
-rw-r--r--meta/recipes-core/udev/udev.inc4
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"
2DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ 2DESCRIPTION = "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."
4HOMEPAGE = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" 4HOMEPAGE = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
5LICENSE = "GPLv2+ & LGPLv2.1+" 5LICENSE = "GPLv2.0+ & LGPLv2.1+"
6LICENSE_${PN} = "GPLv2+" 6LICENSE_${PN} = "GPLv2.0+"
7LICENSE_libudev = "LGPLv2.1+" 7LICENSE_libudev = "LGPLv2.1+"
8LICENSE_libgudev = "LGPLv2.1+" 8LICENSE_libgudev = "LGPLv2.1+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ 9LIC_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 @@
1SUMMARY = "/dev/ and hotplug management daemon" 1SUMMARY = "/dev/ and hotplug management daemon"
2DESCRIPTION = "udev is a program which dynamically creates and removes device nodes from \ 2DESCRIPTION = "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."
4LICENSE = "GPL" 4LICENSE = "GPLv2.0+ & LGPLv2.1+"
5 5
6SRC_URI += " \ 6SRC_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
17UDEV_DEVFS_RULES ?= "0" 17UDEV_DEVFS_RULES ?= "0"