On Wed, Mar 21, 2018 at 12:27 AM, Anuj Mittal <[email protected]> wrote: > Also remove libcheck dependency which was required only for tests. >
Does this affect ptest converge ? > Signed-off-by: Anuj Mittal <[email protected]> > --- > meta/recipes-devtools/librepo/librepo_1.8.1.bb | 4 ++-- > 1 file 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 0324104..4569885 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" > > -- > 2.7.4 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
