summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJermain Horsman <jermain.horsman@nedap.com>2023-06-09 16:46:44 +0200
committerTim Orling <tim.orling@konsulko.com>2024-03-23 14:10:04 -0700
commit8587bd0ef11e30f3972cfc7c24c63bd7b3a7079e (patch)
treecbb43c727065ce7f795d9fd0b29531df6a7406bf
parente13c30d7422d4f95a20d0728f5f025ae7438aa24 (diff)
downloadmeta-java-8587bd0ef11e30f3972cfc7c24c63bd7b3a7079e.tar.gz
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 <jermain.horsman@nedap.com> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
-rw-r--r--recipes-core/javasqlite/javasqlite_20150419.bb2
1 files changed, 1 insertions, 1 deletions
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 = " \
13 file://0001-fix-errors-during-cross-compile.patch \ 13 file://0001-fix-errors-during-cross-compile.patch \
14 " 14 "
15 15
16LIC_FILES_CHKSUM = "file://license.terms;md5=788a765d15de8312110c282b2ef53c83" 16LIC_FILES_CHKSUM = "file://license.terms;md5=3da0e50feac5f64f08184584a8cad58a"
17 17
18inherit autotools-brokensep 18inherit autotools-brokensep
19 19