diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-03-05 09:48:54 -0600 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-03-13 08:58:37 -0400 |
| commit | acd692b775eeb913e83f1d2b96440277e78a7659 (patch) | |
| tree | bcc91f1c9316fb99e80096b4a60b118f0d66a94e | |
| parent | 9d4bbb9b32632397af0dc388b456565efd1517ed (diff) | |
| download | meta-openembedded-acd692b775eeb913e83f1d2b96440277e78a7659.tar.gz | |
nlohmann-json: Allow empty main package for SDK
The header-only package cannot be included in the SDK without marking
the main package with ALLOW_EMPTY.
Fixes rootfs problem:
```
The following packages have unmet dependencies:
imx-gpu-sdk : Depends: nlohmann-json but it is not installable
E: Unable to correct problems, you have held broken packages.
```
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f9c9e7a448b9d9f7d54bbf09970223db467eedb2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb index 0cf6fd36bc..4fa2aacdfc 100644 --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.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" |
