diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2018-02-05 14:25:52 +0800 |
|---|---|---|
| committer | California Sullivan <california.l.sullivan@intel.com> | 2018-02-12 11:07:56 -0800 |
| commit | 9e9ad9da03fd48b4012f425f5ce8698be20f9e16 (patch) | |
| tree | f558b9e8439a68cdb40c348006a674b51f1d7821 /recipes-bsp | |
| parent | 0329150957540592cf1b3cdc6d1fc57a3f3189bf (diff) | |
| download | meta-intel-9e9ad9da03fd48b4012f425f5ce8698be20f9e16.tar.gz | |
thermald: fix typo in license name
Correct license name is GPLv2.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/thermald/thermald_1.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/thermald/thermald_1.7.1.bb b/recipes-bsp/thermald/thermald_1.7.1.bb index c3a43f46..b2e86368 100644 --- a/recipes-bsp/thermald/thermald_1.7.1.bb +++ b/recipes-bsp/thermald/thermald_1.7.1.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native" | |||
| 10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | 10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" |
| 11 | DEPENDS_append_libc-musl = " argp-standalone" | 11 | DEPENDS_append_libc-musl = " argp-standalone" |
| 12 | DEPENDS_append_toolchain-clang = " openmp" | 12 | DEPENDS_append_toolchain-clang = " openmp" |
| 13 | LICENSE = "GPL-2.0" | 13 | LICENSE = "GPLv2" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/intel/thermal_daemon/ \ | 16 | SRC_URI = "git://github.com/intel/thermal_daemon/ \ |
