diff options
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | 2024-04-15 14:30:30 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-15 21:01:20 -0700 |
| commit | fd208c871429fdd331ecc3bf3b59e975e680b7ff (patch) | |
| tree | 64de4f2ce699193721c31648d1d593a248984b52 | |
| parent | 92e149ec0746878c7f48f489c7cf5eb514ac76c2 (diff) | |
| download | meta-openembedded-fd208c871429fdd331ecc3bf3b59e975e680b7ff.tar.gz | |
docopt.cpp: add support for native and nativesdk
There are use cases for build time cli tools, so include support for
native as well.
Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb index 87eed4b656..ec0b4da935 100644 --- a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb +++ b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | |||
| @@ -26,3 +26,5 @@ inherit cmake | |||
| 26 | 26 | ||
| 27 | PACKAGECONFIG ??= "" | 27 | PACKAGECONFIG ??= "" |
| 28 | PACKAGECONFIG[boost] = "-DUSE_BOOST_REGEX=ON,-DUSE_BOOST_REGEX=OFF,boost" | 28 | PACKAGECONFIG[boost] = "-DUSE_BOOST_REGEX=ON,-DUSE_BOOST_REGEX=OFF,boost" |
| 29 | |||
| 30 | BBCLASSEXTEND = "native nativesdk" | ||
