From 8587bd0ef11e30f3972cfc7c24c63bd7b3a7079e Mon Sep 17 00:00:00 2001 From: Jermain Horsman Date: Fri, 9 Jun 2023 16:46:44 +0200 Subject: javasqlite: Revert changes to LIC_FILES_CHKSUM Building javasqlite fails with a QA error due to LIC_FILES_CHKSUM being incorrect. This checksum was changed when the LICENSE value was updated. However, neither the source, nor the license file has changed. This commit restores the old value and reverts the changes made in commit 6b2a48c3a7b1236a9d915135f685ef7eef5dcd02. Signed-off-by: Jermain Horsman Signed-off-by: Tim Orling --- recipes-core/javasqlite/javasqlite_20150419.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/javasqlite/javasqlite_20150419.bb b/recipes-core/javasqlite/javasqlite_20150419.bb index 27dad88..71e9676 100644 --- a/recipes-core/javasqlite/javasqlite_20150419.bb +++ b/recipes-core/javasqlite/javasqlite_20150419.bb @@ -13,7 +13,7 @@ SRC_URI = " \ file://0001-fix-errors-during-cross-compile.patch \ " -LIC_FILES_CHKSUM = "file://license.terms;md5=788a765d15de8312110c282b2ef53c83" +LIC_FILES_CHKSUM = "file://license.terms;md5=3da0e50feac5f64f08184584a8cad58a" inherit autotools-brokensep -- cgit v1.2.3-54-g00ecf