From fd208c871429fdd331ecc3bf3b59e975e680b7ff Mon Sep 17 00:00:00 2001 From: Eero Aaltonen Date: Mon, 15 Apr 2024 14:30:30 +0300 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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 PACKAGECONFIG ??= "" PACKAGECONFIG[boost] = "-DUSE_BOOST_REGEX=ON,-DUSE_BOOST_REGEX=OFF,boost" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf