From bf44e4dcea121a6d53c642481da3ee196c3f543f Mon Sep 17 00:00:00 2001 From: Kamil Panek Date: Fri, 24 Jul 2026 12:39:22 +0200 Subject: [PATCH] crow: upgrade 1.3.2 -> 1.3.3 Changelog: https://github.com/CrowCpp/Crow/releases/tag/v1.3.3 --- .../recipes-support/crow/{crow_1.3.2.bb => crow_1.3.3.bb} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/crow/{crow_1.3.2.bb => crow_1.3.3.bb} (76%) diff --git a/meta-oe/recipes-support/crow/crow_1.3.2.bb b/meta-oe/recipes-support/crow/crow_1.3.3.bb similarity index 76% rename from meta-oe/recipes-support/crow/crow_1.3.2.bb rename to meta-oe/recipes-support/crow/crow_1.3.3.bb index 09970fcfc2f..4d09202102d 100644 --- a/meta-oe/recipes-support/crow/crow_1.3.2.bb +++ b/meta-oe/recipes-support/crow/crow_1.3.3.bb @@ -8,11 +8,13 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e08502e395a6f7c037ddfe7d2915f58e" SRC_URI = "git://github.com/CrowCpp/Crow.git;protocol=https;branch=v1.3;tag=v${PV}" -SRCREV = "f8c060c51feeca2c65828fb6f538603db4392d55" +SRCREV = "7375d3dc1ffb8719778cdb29fb1c73141ce684e8" inherit cmake -DEPENDS = "asio" +PACKAGECONFIG[boost] = "-DCROW_USE_BOOST=ON,-DCROW_USE_BOOST=OFF,boost" + +DEPENDS = "${@bb.utils.contains('PACKAGECONFIG', 'boost', '', 'asio', d)}" EXTRA_OECMAKE = "\ -DCROW_BUILD_EXAMPLES=OFF \