summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
index 326a4abfb..a97eb53c1 100644
--- a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
+++ b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
@@ -10,6 +10,8 @@ PV = "1.0.0+git${SRCPV}"
10 10
11SRCREV = "0dfbf5dacbb15a32c43f912a7e66a54aae39d0f9" 11SRCREV = "0dfbf5dacbb15a32c43f912a7e66a54aae39d0f9"
12 12
13UPSTREAM_CHECK_COMMITS = "1"
14
13S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
14 16
15# nlohmann-fifo is a header only C++ library, so the main package will be empty. 17# nlohmann-fifo is a header only C++ library, so the main package will be empty.