From bc302f0be5194565790a7cfceac3f349d56cb06f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 15 Apr 2024 16:00:18 +0200 Subject: [PATCH] Update checksum after community license wording changes See https://github.com/slint-ui/slint/commit/0cfeec1a31ca916ef361a041bb6f14cc09934d4f --- recipes-example/slint-demos/slint-demos_git.bb | 2 +- recipes-slint/slint/slint-cpp_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-example/slint-demos/slint-demos_git.bb b/recipes-example/slint-demos/slint-demos_git.bb index 3c3f242..f52a62d 100644 --- a/recipes-example/slint-demos/slint-demos_git.bb +++ b/recipes-example/slint-demos/slint-demos_git.bb @@ -4,7 +4,7 @@ inherit pkgconfig SRC_URI = "git://github.com/slint-ui/slint.git;protocol=https;branch=master;rev=master" SRC_URI += "file://0001-WIP-v1-2-0-Use-a-patched-gettext-to-avoid-cross-compiling-g.patch" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=0cfef883ea34026eab43837344667cfe" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fce682d891cef27e78643d58a1c80149" SUMMARY = "Various Rust-based demos of Slint packaged up in /usr/bin" DESCRIPTION = "This recipe builds various Slint demos such as the energy monitor \ diff --git a/recipes-slint/slint/slint-cpp_git.bb b/recipes-slint/slint/slint-cpp_git.bb index 3d50b2c..57beb0c 100644 --- a/recipes-slint/slint/slint-cpp_git.bb +++ b/recipes-slint/slint/slint-cpp_git.bb @@ -4,7 +4,7 @@ require recipes-slint/slint/slint-cpp-v2.inc # from 1.1.0 release SRC_URI += "file://0001-WIP-git-Use-a-patched-gettext-to-avoid-cross-compiling-g.patch" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=0cfef883ea34026eab43837344667cfe" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fce682d891cef27e78643d58a1c80149" SLINT_REV = "master" PV = "git-${SRCPV}"