From d1969606e3540d3771a5ba4626d4e5ea42bd683a Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 28 Dec 2017 14:41:48 +0800 Subject: criu: set CLEANBROKEN to 1 Rebuilding criu would cause the following error. | make: .gitid: Command not found | make: *** [Makefile:260: clean-top] Error 127 Fix this problem by setting CLEANBROKEN to "1". Signed-off-by: Chen Qi Signed-off-by: Bruce Ashfield --- recipes-containers/criu/criu_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 3a021031..083609fc 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb @@ -57,6 +57,8 @@ inherit setuptools PACKAGECONFIG ??= "" PACKAGECONFIG[selinux] = ",,libselinux" +CLEANBROKEN = "1" + do_compile_prepend() { rm -rf ${S}/images/google/protobuf/descriptor.proto ln -s ${PKG_CONFIG_SYSROOT_DIR}/usr/include/google/protobuf/descriptor.proto ${S}/images/google/protobuf/descriptor.proto -- cgit v1.2.3-54-g00ecf