diff options
| -rw-r--r-- | recipes-containers/criu/criu_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 7d98dd13..4b616ccf 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb | |||
| @@ -13,8 +13,8 @@ EXCLUDE_FROM_WORLD = "1" | |||
| 13 | 13 | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" |
| 15 | 15 | ||
| 16 | SRCREV = "4a1731891e91e62f15c40c361aff2a8a54d91bb3" | 16 | SRCREV = "4f8f295e57e68740699479d12c1ad251e6dd859f" |
| 17 | PV = "3.16.1+git${SRCPV}" | 17 | PV = "3.17+git${SRCPV}" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \ | 19 | SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \ |
| 20 | file://0002-criu-Skip-documentation-install.patch \ | 20 | file://0002-criu-Skip-documentation-install.patch \ |
| @@ -55,6 +55,7 @@ export HOST_SYS | |||
| 55 | export HOSTCFLAGS = "${BUILD_CFLAGS}" | 55 | export HOSTCFLAGS = "${BUILD_CFLAGS}" |
| 56 | 56 | ||
| 57 | inherit setuptools3 | 57 | inherit setuptools3 |
| 58 | inherit pkgconfig | ||
| 58 | 59 | ||
| 59 | B = "${S}" | 60 | B = "${S}" |
| 60 | 61 | ||
| @@ -74,7 +75,7 @@ do_compile () { | |||
| 74 | 75 | ||
| 75 | do_install () { | 76 | do_install () { |
| 76 | export INSTALL_LIB="${libdir}/${PYTHON_DIR}/site-packages" | 77 | export INSTALL_LIB="${libdir}/${PYTHON_DIR}/site-packages" |
| 77 | oe_runmake PREFIX=${exec_prefix} LIBDIR=${libdir} DESTDIR="${D}" FULL_PYTHON=${PYTHON} PYTHON=python3 install | 78 | oe_runmake PREFIX=${exec_prefix} LIBDIR=${libdir} DESTDIR="${D}" PLUGINDIR="${localstatedir}/lib" FULL_PYTHON=${PYTHON} PYTHON=python3 install |
| 78 | 79 | ||
| 79 | # python3's distutils has a feature of rewriting the interpeter on setup installed | 80 | # python3's distutils has a feature of rewriting the interpeter on setup installed |
| 80 | # scripts. 'crit' is one of those scripts. The "executable" or "e" option to the | 81 | # scripts. 'crit' is one of those scripts. The "executable" or "e" option to the |
