From a1c49287a80353d286c4b7ae1d1c78e6f837d5a7 Mon Sep 17 00:00:00 2001 From: He Zhe Date: Thu, 22 Jun 2017 13:25:08 +0800 Subject: criu: add libbsd rdepends Fix the following QA warning: QA Issue: criu rdepends on libbsd, but it isn't a build dependency? [build-deps] This had been fixed by 1fd94d853545b55173b1f0e2cf683a5d21f8cd7b, but then was overwritten by b9b7ece0cd52966467035fb71ad9ba472bf24b88 Signed-off-by: He Zhe 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 21dee2b1..29f136ac 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb @@ -27,7 +27,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \ COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" -DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native" +DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf