From 7b023bac25d9db3ad7655e91811c89296a040076 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 15 Dec 2011 15:15:32 -0800 Subject: udev: tidy the LICENSE fields (From OE-Core rev: 30a07409ce5bf9576a195b908fa3b43c80873635) Signed-off-by: Joshua Lock fix udev Signed-off-by: Richard Purdie --- meta/recipes-core/udev/udev-new.inc | 4 ++-- meta/recipes-core/udev/udev.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-core/udev') 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" 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 \ 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 @@ 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" -- cgit v1.2.3-54-g00ecf