summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Yurkov <uvv.mail@gmail.com>2022-03-16 18:53:10 +0100
committerKhem Raj <raj.khem@gmail.com>2022-03-17 08:18:31 -0700
commita6569c76039f249c1547696f7b68d2ed813c505a (patch)
tree04ddef22aaa0cbaae642c0830b2f6c6f0bf92050
parent0dd33989a83b411b9aebcac45feec0738faed430 (diff)
downloadmeta-openembedded-a6569c76039f249c1547696f7b68d2ed813c505a.tar.gz
sdbus-c++: disable code generation tools
Tools are covered by sdbus-c++-tools recipe. It doesn't make sense to compile them here too. Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb
index 0e07868ba6..39f0b4c560 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb
@@ -21,7 +21,7 @@ SRCREV = "65782bbf435d91e5eb6af9ddab110df406a824a9"
21SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" 21SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
22SRC_URI += "file://run-ptest" 22SRC_URI += "file://run-ptest"
23 23
24EXTRA_OECMAKE = "-DBUILD_CODE_GEN=ON \ 24EXTRA_OECMAKE = "-DBUILD_CODE_GEN=OFF \
25 -DBUILD_DOC=ON \ 25 -DBUILD_DOC=ON \
26 -DBUILD_DOXYGEN_DOC=OFF" 26 -DBUILD_DOXYGEN_DOC=OFF"
27 27