mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
cpp-netlib: Fix build with boost 1.80+
Update to latest on 0.13.0 release branch Set PR to 0.13.0 Drop unused SRC_URI checksum Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,13 +8,13 @@ DESCRIPTION = "Modern C++ network programming libraries."
|
||||
SECTION = "libs"
|
||||
LICENSE = "BSL-1.0 & MIT & Python-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
|
||||
PV = "0.13.0"
|
||||
|
||||
SRCREV = "31d304cdf52b485f465ada433d8905171b61cbff"
|
||||
SRC_URI = "\
|
||||
git://github.com/cpp-netlib/cpp-netlib.git;protocol=https;branch=0.13-release \
|
||||
file://a53f123040998744602f190944464af0e159ea19.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "0b9255bb0668d89867a1f367d770f12d7038db4f5b6111774ef032f669cccad4"
|
||||
|
||||
SRCREV = "ca95f04d140acf619892ee02a82e930dd91ff7d4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -23,4 +23,3 @@ inherit cmake pkgconfig
|
||||
DEPENDS = "zlib boost openssl"
|
||||
|
||||
EXTRA_OECMAKE:append = " -DCPP-NETLIB_BUILD_TESTS=OFF -DCPP-NETLIB_BUILD_EXAMPLES=OFF"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user