mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
ovmf: remove ossp-util from DEPENDS
This was added back in the meta-luv days[1] presumably under the impression that
it needs ossp-uuid but in reality we rename ossp-uuid's library and uuid.h comes
from util-linux.
[1] e08817342b
(From OE-Core rev: 2a2da0fb7b42c92864f39dcdaf949a5c34ef4eda)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9ef1538fae
commit
25392f7ed1
@@ -43,7 +43,7 @@ PARALLEL_MAKE = ""
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS_class-native="util-linux-native iasl-native ossp-uuid-native qemu-native"
|
||||
DEPENDS_class-native="util-linux-native iasl-native qemu-native"
|
||||
|
||||
DEPENDS_class-target="ovmf-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user