diff options
| author | Vyacheslav Yurkov <uvv.mail@gmail.com> | 2022-03-16 18:53:10 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-17 08:18:31 -0700 |
| commit | a6569c76039f249c1547696f7b68d2ed813c505a (patch) | |
| tree | 04ddef22aaa0cbaae642c0830b2f6c6f0bf92050 | |
| parent | 0dd33989a83b411b9aebcac45feec0738faed430 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 21 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" | 21 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master" |
| 22 | SRC_URI += "file://run-ptest" | 22 | SRC_URI += "file://run-ptest" |
| 23 | 23 | ||
| 24 | EXTRA_OECMAKE = "-DBUILD_CODE_GEN=ON \ | 24 | EXTRA_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 | ||
