diff options
Diffstat (limited to 'meta/recipes-devtools/librepo/librepo_git.bb')
-rw-r--r-- | meta/recipes-devtools/librepo/librepo_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_git.bb b/meta/recipes-devtools/librepo/librepo_git.bb index 3f3c5fbcf5..2f194f1439 100644 --- a/meta/recipes-devtools/librepo/librepo_git.bb +++ b/meta/recipes-devtools/librepo/librepo_git.bb | |||
@@ -16,9 +16,9 @@ S = "${WORKDIR}/git" | |||
16 | 16 | ||
17 | DEPENDS = "curl expat glib-2.0 openssl attr libcheck gpgme" | 17 | DEPENDS = "curl expat glib-2.0 openssl attr libcheck gpgme" |
18 | 18 | ||
19 | inherit cmake distutils-base pkgconfig | 19 | inherit cmake distutils3-base pkgconfig |
20 | 20 | ||
21 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" | 21 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
24 | 24 | ||