From 9e9ad9da03fd48b4012f425f5ce8698be20f9e16 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 5 Feb 2018 14:25:52 +0800 Subject: thermald: fix typo in license name Correct license name is GPLv2. Signed-off-by: Anuj Mittal Signed-off-by: California Sullivan --- recipes-bsp/thermald/thermald_1.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" DEPENDS_append_libc-musl = " argp-standalone" DEPENDS_append_toolchain-clang = " openmp" -LICENSE = "GPL-2.0" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" SRC_URI = "git://github.com/intel/thermal_daemon/ \ -- cgit v1.2.3-54-g00ecf