diff options
-rw-r--r-- | recipes/udev/udev.inc | 2 | ||||
-rw-r--r-- | recipes/udev/udev_141.bb | 2 | ||||
-rw-r--r-- | recipes/udev/udev_151.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/udev/udev.inc b/recipes/udev/udev.inc index 86f851db05..14d10b45cc 100644 --- a/recipes/udev/udev.inc +++ b/recipes/udev/udev.inc @@ -1,6 +1,6 @@ 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+" SRC_URI += " \ file://udev.rules \ diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb index e2b71d10f1..55ccb23f85 100644 --- a/recipes/udev/udev_141.bb +++ b/recipes/udev/udev_141.bb @@ -1,7 +1,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ /dev/, handles hotplug events and loads drivers at boot time. It replaces \ the hotplug package and requires a kernel not older than 2.6.12." -LICENSE = "GPL" +LICENSE = "GPLv2+" # Untested DEFAULT_PREFERENCE = "-1" diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb index 123688cbf3..884ba8f256 100644 --- a/recipes/udev/udev_151.bb +++ b/recipes/udev/udev_151.bb @@ -1,7 +1,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ /dev/, handles hotplug events and loads drivers at boot time. It replaces \ the hotplug package and requires a kernel not older than 2.6.12." -LICENSE = "GPL" +LICENSE = "GPLv2+" PR = "r5" |