diff options
-rw-r--r-- | meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb | 2 |
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 502262820a..6cf27755e8 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 | |||
18 | EXTRA_OECMAKE += "-DJSON_BuildTests=OFF" | 18 | EXTRA_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 | 21 | ALLOW_EMPTY:${PN} = "1" | |
22 | RDEPENDS:${PN}-dev = "" | 22 | RDEPENDS:${PN}-dev = "" |
23 | 23 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |