diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-03-21 15:27:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:33:36 +0100 |
commit | cde1b85d402f5999814de4022e3b6ddc90b4604a (patch) | |
tree | f91c96cac4153ab168ac0f4a97fb3174e8379fa8 /meta | |
parent | 88f33e1e5ba4f85093f60a296cba3ee1c1341c43 (diff) | |
download | openembedded-core-cde1b85d402f5999814de4022e3b6ddc90b4604a.tar.gz openembedded-core-cde1b85d402f5999814de4022e3b6ddc90b4604a.tar.bz2 openembedded-core-cde1b85d402f5999814de4022e3b6ddc90b4604a.zip |
librepo: disable building of tests and docs
Also remove libcheck dependency which was required only for tests.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.8.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.8.1.bb b/meta/recipes-devtools/librepo/librepo_1.8.1.bb index 0324104a37..456988558b 100644 --- a/meta/recipes-devtools/librepo/librepo_1.8.1.bb +++ b/meta/recipes-devtools/librepo/librepo_1.8.1.bb @@ -11,11 +11,11 @@ SRCREV = "7b9b7bf388f3f059529c6f50c40b30919fef30f9" S = "${WORKDIR}/git" -DEPENDS = "curl expat glib-2.0 openssl attr libcheck gpgme" +DEPENDS = "curl expat glib-2.0 openssl attr gpgme" inherit cmake distutils3-base pkgconfig -EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" +EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DENABLE_TESTS=OFF -DENABLE_DOCS=OFF" BBCLASSEXTEND = "native nativesdk" |