From dd8b9aacdcc4f7fb86dcf6b74834f4bb5ccf6e7c Mon Sep 17 00:00:00 2001 From: Zackery Backman Date: Tue, 14 Apr 2026 11:03:18 -0600 Subject: [PATCH] Update license checksum --- .../wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb | 2 +- recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb index 84d2df6..b1467df 100644 --- a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb +++ b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb @@ -6,7 +6,7 @@ BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues" SECTION = "x11/applications" LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://benchmark.c;beginline=1;endline=20;md5=6a14f1f3bfbb40d2c3b7d0f3a1f98ffc" +LIC_FILES_CHKSUM = "file://benchmark.c;beginline=1;endline=20;md5=34cdd4008eba44b62a19f9700e60d888" S = "${WORKDIR}/git/wolfcrypt/benchmark" DEPENDS += "virtual/wolfssl" diff --git a/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb b/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb index 6f1cb7d..fae314a 100644 --- a/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb +++ b/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb @@ -6,7 +6,7 @@ BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues" SECTION = "x11/applications" LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://test.c;beginline=1;endline=20;md5=928770bfaa2d2704ecffeb131cc7bfd8" +LIC_FILES_CHKSUM = "file://test.c;beginline=1;endline=20;md5=881a8045bc665f7843d064f4465c360a" S = "${WORKDIR}/git/wolfcrypt/test" DEPENDS += "virtual/wolfssl"