diff options
-rw-r--r-- | recipes-containers/criu/criu_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 733e9119..3d25aa27 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb | |||
@@ -66,6 +66,9 @@ PACKAGECONFIG[selinux] = ",,libselinux" | |||
66 | 66 | ||
67 | CLEANBROKEN = "1" | 67 | CLEANBROKEN = "1" |
68 | 68 | ||
69 | # WARNING: criu-3.17.1 do_package_qa: QA Issue: criu: ELF binary /usr/sbin/criu has relocations in .text [textrel] | ||
70 | INSANE_SKIP:${PN} += "textrel" | ||
71 | |||
69 | do_compile:prepend() { | 72 | do_compile:prepend() { |
70 | rm -rf ${S}/images/google/protobuf/descriptor.proto | 73 | rm -rf ${S}/images/google/protobuf/descriptor.proto |
71 | ln -s ${PKG_CONFIG_SYSROOT_DIR}/usr/include/google/protobuf/descriptor.proto ${S}/images/google/protobuf/descriptor.proto | 74 | ln -s ${PKG_CONFIG_SYSROOT_DIR}/usr/include/google/protobuf/descriptor.proto ${S}/images/google/protobuf/descriptor.proto |