From 37f84a8e1c02e9eb3c5ff9929a4296a7a38148c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 2 Dec 2019 15:14:55 +0100 Subject: [PATCH] hotspot: upgrade 1.1.0+ -> 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kdab/hotspot/hotspot_git.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-kdab/hotspot/hotspot_git.bb b/recipes-kdab/hotspot/hotspot_git.bb index 91ef235f..7034ef90 100644 --- a/recipes-kdab/hotspot/hotspot_git.bb +++ b/recipes-kdab/hotspot/hotspot_git.bb @@ -1,8 +1,8 @@ SUMMARY = "The Linux perf GUI for performance analysis" -LICENSE = "GPLv2+ | KDAB-Commercial" +LICENSE = "GPLv2+ | KDAB-Commercial | KDAB-Commercial-US" LIC_FILES_CHKSUM = " \ - file://LICENSE.txt;md5=a6b8a64054f1549420f27724acd2337a \ - file://LICENSE.GPL.txt;md5=eed541e1ee57f0373b3cb5824dfe6b93 \ + file://LICENSE.txt;md5=50a9af6464b390664488e7af1cc5c148 \ + file://LICENSE.GPL.txt;md5=8b7a65584aeb92995bcb6066ed0f58f7 \ file://LICENSE.US.txt;md5=1cf6e30372544be558f7146a7e229cdd \ " @@ -22,9 +22,9 @@ DEPENDS += " \ solid \ " SRC_URI = "gitsm://github.com/KDAB/hotspot.git" -SRCREV = "a41a0a5ba1fead202bfdcb2198f192114d030484" +SRCREV = "35d1865babf40b9df454810ca8cc09e77b0c349a" S = "${WORKDIR}/git" -PV = "1.1.0+git${SRCPV}" +PV = "1.2.0+git${SRCPV}" FILES_${PN} += "${datadir}/icons"