summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/libcomps/libcomps_0.1.19.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.19.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.19.bb
index f8063d9400..e362e8e108 100644
--- a/meta/recipes-devtools/libcomps/libcomps_0.1.19.bb
+++ b/meta/recipes-devtools/libcomps/libcomps_0.1.19.bb
@@ -15,10 +15,12 @@ S = "${WORKDIR}/git"
15 15
16inherit cmake setuptools3-base 16inherit cmake setuptools3-base
17 17
18DEPENDS += "libxml2 expat libcheck" 18DEPENDS = "expat libxml2 zlib"
19
20EXTRA_OECMAKE = "-DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \
21 -DENABLE_DOCS=OFF \
22 -DENABLE_TESTS=OFF"
19 23
20EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3"
21OECMAKE_SOURCEPATH = "${S}/libcomps" 24OECMAKE_SOURCEPATH = "${S}/libcomps"
22 25
23BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"
24