[meta-virtualization] [PATCH] criu: set CLEANBROKEN to 1

Bruce Ashfield bruce.ashfield at gmail.com
Thu Dec 28 08:18:03 PST 2017


merged.

Bruce

On Thu, Dec 28, 2017 at 2:41 AM, Chen Qi <Qi.Chen at windriver.com> wrote:
> 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 <Qi.Chen at windriver.com>
> ---
>  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 3a02103..083609f 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
> --
> 2.11.0
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list