From 8a08726c454f5694f9e9683e0d3f560ea925e75d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:21 -0700 Subject: [PATCH] restinio: upgrade 0.6.13 -> 0.6.19 License-Update: copyright year range updated; still BSD-3-Clause Update LIC_FILES_CHKSUM: the LICENSE text changed only in its copyright year range, it is still BSD-3-Clause. Signed-off-by: Khem Raj --- .../restinio/{restinio_0.6.13.bb => restinio_0.6.19.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-networking/recipes-connectivity/restinio/{restinio_0.6.13.bb => restinio_0.6.19.bb} (81%) diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.6.19.bb similarity index 81% rename from meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb rename to meta-networking/recipes-connectivity/restinio/restinio_0.6.19.bb index 841f7d5cf8..22dd4ada13 100644 --- a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb +++ b/meta-networking/recipes-connectivity/restinio/restinio_0.6.19.bb @@ -5,12 +5,11 @@ DESCRIPTION = "Cross-platform, efficient, customizable, and robust \ HOMEPAGE = "https://stiffstream.com/en/products/restinio.html" SECTION = "libs" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://../LICENSE;md5=f399b62ce0a152525d1589a5a40c0ff6" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=bfe2747443b7875eaaaa94b55b611f49" DEPENDS = "asio fmt http-parser" SRC_URI = "https://github.com/Stiffstream/restinio/releases/download/v.${PV}/${BP}.tar.bz2" -SRC_URI[md5sum] = "37a4310e98912030a74bdd4ed789f33c" -SRC_URI[sha256sum] = "b35d696e6fafd4563ca708fcecf9d0cf6705c846d417b5000f5252e0188848e7" +SRC_URI[sha256sum] = "7f21eebeb966e170d6ab54e9b198ac927d439090121739e037c0fa3bb367b240" S = "${UNPACKDIR}/${BP}/dev"