diff options
| -rw-r--r-- | recipes-containers/criu/criu_git.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index b06fa636..b02de22e 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb | |||
| @@ -75,18 +75,14 @@ do_compile:prepend() { | |||
| 75 | } | 75 | } |
| 76 | 76 | ||
| 77 | do_compile () { | 77 | do_compile () { |
| 78 | #python_pep517_do_compile | ||
| 79 | #export PEP517_SOURCE_PATH="${S}/crit" | ||
| 80 | #python_pep517_do_compile | ||
| 81 | #oe_runmake | ||
| 82 | #oe_runmake #PIP_BREAK_SYSTEM_PACKAGES=1 | ||
| 83 | export PEP517_WHEEL_PATH="${PEP517_WHEEL_PATH}" | ||
| 84 | oe_runmake FULL_PYTHON=${PYTHON} PYTHON=nativepython3 | 78 | oe_runmake FULL_PYTHON=${PYTHON} PYTHON=nativepython3 |
| 85 | } | 79 | } |
| 86 | 80 | ||
| 87 | do_install () { | 81 | do_install () { |
| 88 | export INSTALL_LIB="${libdir}/${PYTHON_DIR}/site-packages" | 82 | export INSTALL_LIB="${libdir}/${PYTHON_DIR}/site-packages" |
| 89 | export PEP517_WHEEL_PATH="${PEP517_WHEEL_PATH}" | 83 | export PEP517_WHEEL_PATH="${PEP517_WHEEL_PATH}" |
| 84 | export USRBINPATH="${USRBINPATH}" | ||
| 85 | export PEP517_INSTALL_PYTHON="${PEP517_INSTALL_PYTHON}" | ||
| 90 | oe_runmake PREFIX=${exec_prefix} LIBDIR=${libdir} DESTDIR="${D}" PLUGINDIR="${localstatedir}/lib" FULL_PYTHON=${PYTHON} PYTHON=nativepython3 install | 86 | oe_runmake PREFIX=${exec_prefix} LIBDIR=${libdir} DESTDIR="${D}" PLUGINDIR="${localstatedir}/lib" FULL_PYTHON=${PYTHON} PYTHON=nativepython3 install |
| 91 | 87 | ||
| 92 | # python3's distutils has a feature of rewriting the interpeter on setup installed | 88 | # python3's distutils has a feature of rewriting the interpeter on setup installed |
