From ddc8a6557fd0dfd8ea42019970f84006b640a806 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 May 2024 21:05:39 -0700 Subject: etcd-cpp-apiv3: Fix build on musl + GCC14 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.3.bb') diff --git a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.3.bb b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.3.bb index 401d53c79c..2e149577dc 100644 --- a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.3.bb +++ b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.3.bb @@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eae7da6a2cd1788a5cf8a9f838cf6450" SRC_URI = " \ git://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3.git;branch=master;protocol=https \ file://0001-cmake-fix-when-cross-compiling.patch \ + file://0001-include-stdint.h-for-int64_t-types.patch \ " SRCREV = "e31ac4d4caa55fa662e207150ba40f8151b7ad96" -- cgit v1.2.3-54-g00ecf