]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev: tidy the LICENSE fields
authorJoshua Lock <josh@linux.intel.com>
Thu, 15 Dec 2011 23:15:32 +0000 (15:15 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Dec 2011 17:11:28 +0000 (17:11 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
fix udev

meta/recipes-core/udev/udev-new.inc
meta/recipes-core/udev/udev.inc

index eac790325eca866307ca51b5d17bf60844ac5470..e302c03f29e7d4041bd449d2d9e639c1e0e03f12 100644 (file)
@@ -2,8 +2,8 @@ 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"
-LICENSE = "GPLv2+ & LGPLv2.1+"
-LICENSE_${PN} = "GPLv2+"
+LICENSE = "GPLv2.0+ & LGPLv2.1+"
+LICENSE_${PN} = "GPLv2.0+"
 LICENSE_libudev = "LGPLv2.1+"
 LICENSE_libgudev = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
index d731816d37eaa85b2430ebd9c97f7e512dce6e33..eb096eee98772b8a42383abc99e79e27d112b6e7 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "/dev/ and hotplug management daemon"
 DESCRIPTION = "udev is a program which dynamically creates and removes device nodes from \
 /dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
-LICENSE = "GPL"
+LICENSE = "GPLv2.0+ & LGPLv2.1+"
 
 SRC_URI += " \
           file://udev.rules \
@@ -11,7 +11,7 @@ SRC_URI += " \
           file://mount.sh \
           file://network.sh \
           file://local.rules \
-       file://udev-cache \
+           file://udev-cache \
            file://init"
 
 UDEV_DEVFS_RULES ?= "0"