From bedcdc4cf921b70a8cfb16c6684668d0ac9e1942 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 27 Mar 2017 16:19:55 +0300 Subject: dnf: move the entire dnf/rpm4 stack to Python 3 [YOCTO #11180] Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/libcomps/libcomps_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/libcomps/libcomps_git.bb') diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb b/meta/recipes-devtools/libcomps/libcomps_git.bb index db4481bc8c..e69bf67729 100644 --- a/meta/recipes-devtools/libcomps/libcomps_git.bb +++ b/meta/recipes-devtools/libcomps/libcomps_git.bb @@ -13,11 +13,11 @@ SRCREV = "01a4759894cccff64d2561614a58281adf5ce859" S = "${WORKDIR}/git" -inherit cmake distutils-base +inherit cmake distutils3-base -DEPENDS = "libxml2 expat libcheck" +DEPENDS += "libxml2 expat libcheck" -EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" +EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" OECMAKE_SOURCEPATH = "${S}/libcomps" BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg