diff --git a/recipes-support/kpeoplevcard.inc b/recipes-support/kpeoplevcard.inc index 6655806..fb3a28b 100644 --- a/recipes-support/kpeoplevcard.inc +++ b/recipes-support/kpeoplevcard.inc @@ -7,7 +7,7 @@ DESCRIPTION = "Expose VCard contacts to KPeople" HOMEPAGE = "https://invent.kde.org/pim/kpeoplevcard" LICENSE = "LGPL-2.1+ & BSD-3-Clause" LIC_FILES_CHKSUM = " \ - file://COPYING;md5=4fbd65380cdd255951079008b364516c \ + file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c \ " PR = "r0" diff --git a/recipes-support/kpeoplevcard_0.1.bb b/recipes-support/kpeoplevcard_0.1.bb index 7cf6bc3..ac84e4e 100644 --- a/recipes-support/kpeoplevcard_0.1.bb +++ b/recipes-support/kpeoplevcard_0.1.bb @@ -2,4 +2,6 @@ # SPDX-License-Identifier: CC0-1.0 require ${PN}.inc -SRCREV = "32d50a94400392f7fd32cd66c3e5307b859b5e25" +#NOTE this is an arbitrary hash supporting Qt6 +PV = "0.1.1" +SRCREV = "5bf333027ab0e434dabdd7e6c734758eaae80c1c"