diff options
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r-- | meta/recipes-core/udev/eudev_3.2.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/udev/eudev_3.2.10.bb b/meta/recipes-core/udev/eudev_3.2.10.bb index 347495cbdb..dec16be046 100644 --- a/meta/recipes-core/udev/eudev_3.2.10.bb +++ b/meta/recipes-core/udev/eudev_3.2.10.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | SUMMARY = "eudev is a fork of systemd's udev" | 1 | SUMMARY = "eudev is a fork of systemd's udev" |
2 | HOMEPAGE = "https://wiki.gentoo.org/wiki/Eudev" | 2 | HOMEPAGE = "https://wiki.gentoo.org/wiki/Eudev" |
3 | DESCRIPTION = "eudev is Gentoo's fork of udev, systemd's device file manager for the Linux kernel. It manages device nodes in /dev and handles all user space actions when adding or removing devices." | 3 | DESCRIPTION = "eudev is Gentoo's fork of udev, systemd's device file manager for the Linux kernel. It manages device nodes in /dev and handles all user space actions when adding or removing devices." |
4 | LICENSE = "GPLv2.0+ & LGPL-2.1+" | 4 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
5 | LICENSE:libudev = "LGPL-2.1+" | 5 | LICENSE:libudev = "LGPL-2.1-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | DEPENDS = "glib-2.0 glib-2.0-native gperf-native kmod libxslt-native util-linux" | 8 | DEPENDS = "glib-2.0 glib-2.0-native gperf-native kmod libxslt-native util-linux" |