From 1fd94d853545b55173b1f0e2cf683a5d21f8cd7b Mon Sep 17 00:00:00 2001 From: Yunguo Wei Date: Tue, 3 May 2016 11:13:51 +0800 Subject: criu: Fix QA warning This is fixing: QA Issue: criu rdepends on libbsd, but it isn't a build dependency? [build-deps] Signed-off-by: Yunguo Wei Signed-off-by: Bruce Ashfield --- recipes-containers/criu/criu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 48bcdc27..816c8067 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb @@ -25,7 +25,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \ COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" -DEPENDS += "protobuf-c-native protobuf-c" +DEPENDS += "protobuf-c-native protobuf-c libbsd" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf