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:40:42 +0100 |
commit | dea2b8225031f1fa0f136ddac1fb0122ab1d81ba (patch) | |
tree | 9a719a6f45a5316c8ada280cc641d3a963e6a06b /meta/recipes-devtools/librepo/librepo_1.8.1.bb | |
parent | d772780ee0158efe9c0d26cae35242632b5d574c (diff) | |
download | poky-dea2b8225031f1fa0f136ddac1fb0122ab1d81ba.tar.gz |
librepo: disable building of tests and docs
Also remove libcheck dependency which was required only for tests.
(From OE-Core rev: cde1b85d402f5999814de4022e3b6ddc90b4604a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/librepo/librepo_1.8.1.bb')
-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" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | DEPENDS = "curl expat glib-2.0 openssl attr libcheck gpgme" | 14 | DEPENDS = "curl expat glib-2.0 openssl attr gpgme" |
15 | 15 | ||
16 | inherit cmake distutils3-base pkgconfig | 16 | inherit cmake distutils3-base pkgconfig |
17 | 17 | ||
18 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" | 18 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DENABLE_TESTS=OFF -DENABLE_DOCS=OFF" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||