From baca88733d1cbded022443d681b0598d24e26dfc Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Fri, 20 Jun 2025 22:21:51 -0400 Subject: libcpr: upgrade 1.10.5 -> 1.11.0 Changelog: https://github.com/libcpr/cpr/releases/tag/1.11.0 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../recipes-support/libcpr/libcpr_1.10.5.bb | 23 ---------------------- .../recipes-support/libcpr/libcpr_1.11.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-networking/recipes-support/libcpr/libcpr_1.10.5.bb create mode 100644 meta-networking/recipes-support/libcpr/libcpr_1.11.0.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/libcpr/libcpr_1.10.5.bb b/meta-networking/recipes-support/libcpr/libcpr_1.10.5.bb deleted file mode 100644 index 8af763fee9..0000000000 --- a/meta-networking/recipes-support/libcpr/libcpr_1.10.5.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Curl for People - C++ Requests" -DESCRIPTION = "Curl for People C++ Requests is a simple wrapper around \ - libcurl inspired by the excellent Python Requests project." -HOMEPAGE = "https://docs.libcpr.org/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=08beaae5deae1c43c065592da8f38095" - -DEPENDS = "curl openssl" - -SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=1.10.x" -SRCREV = "3b15fa82ea74739b574d705fea44959b58142eb8" - - -inherit cmake - -# building tests is currently using FetchContent for mongoose -EXTRA_OECMAKE += "\ - -DCPR_USE_SYSTEM_CURL=ON \ - -DCPR_BUILD_TESTS=OFF \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-networking/recipes-support/libcpr/libcpr_1.11.0.bb b/meta-networking/recipes-support/libcpr/libcpr_1.11.0.bb new file mode 100644 index 0000000000..03cd877901 --- /dev/null +++ b/meta-networking/recipes-support/libcpr/libcpr_1.11.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "Curl for People - C++ Requests" +DESCRIPTION = "Curl for People C++ Requests is a simple wrapper around \ + libcurl inspired by the excellent Python Requests project." +HOMEPAGE = "https://docs.libcpr.org/" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=08beaae5deae1c43c065592da8f38095" + +DEPENDS = "curl openssl" + +SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=1.11.x" +SRCREV = "bb01c8db702fb41e5497aee9c0559ddf4bf13749" + + +inherit cmake + +# building tests is currently using FetchContent for mongoose +EXTRA_OECMAKE += "\ + -DCPR_USE_SYSTEM_CURL=ON \ + -DCPR_BUILD_TESTS=OFF \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf