summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/spdlog/spdlog_1.11.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/spdlog/spdlog_1.11.0.bb')
-rw-r--r--meta-oe/recipes-support/spdlog/spdlog_1.11.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.11.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.11.0.bb
index 2c71331ffa..ec985fb039 100644
--- a/meta-oe/recipes-support/spdlog/spdlog_1.11.0.bb
+++ b/meta-oe/recipes-support/spdlog/spdlog_1.11.0.bb
@@ -4,7 +4,9 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5 5
6SRCREV = "ad0e89cbfb4d0c1ce4d097e134eb7be67baebb36" 6SRCREV = "ad0e89cbfb4d0c1ce4d097e134eb7be67baebb36"
7SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" 7SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x \
8 file://0001-Do-not-use-LFS64-functions-on-linux-musl.patch \
9 "
8 10
9DEPENDS += "fmt" 11DEPENDS += "fmt"
10 12