mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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 by1fd94d8535
, but then was overwritten byb9b7ece0cd
Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
b44a92c0f3
commit
a1c49287a8
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user