summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
index 502262820..6cf27755e 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
@@ -18,7 +18,7 @@ inherit cmake
18EXTRA_OECMAKE += "-DJSON_BuildTests=OFF" 18EXTRA_OECMAKE += "-DJSON_BuildTests=OFF"
19 19
20# nlohmann-json is a header only C++ library, so the main package will be empty. 20# nlohmann-json is a header only C++ library, so the main package will be empty.
21 21ALLOW_EMPTY:${PN} = "1"
22RDEPENDS:${PN}-dev = "" 22RDEPENDS:${PN}-dev = ""
23 23
24BBCLASSEXTEND = "native nativesdk" 24BBCLASSEXTEND = "native nativesdk"