summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ovmf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-26 23:39:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-30 12:44:35 +0100
commit25392f7ed17dd6ce8505aaa4a42063c49b6c430b (patch)
treebebbe6cb79afbacdc6906d7252e2b97b970ccae2 /meta/recipes-core/ovmf
parent9ef1538faeacba4946fa61491a0a27693fc9c055 (diff)
downloadpoky-25392f7ed17dd6ce8505aaa4a42063c49b6c430b.tar.gz
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] https://github.com/intel/luv-yocto/commit/e08817342b9ea7381944e6c10c555d1c5c62aa6e (From OE-Core rev: 2a2da0fb7b42c92864f39dcdaf949a5c34ef4eda) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ovmf')
-rw-r--r--meta/recipes-core/ovmf/ovmf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index e57fa09727..d2ecb619d9 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -43,7 +43,7 @@ PARALLEL_MAKE = ""
43 43
44S = "${WORKDIR}/git" 44S = "${WORKDIR}/git"
45 45
46DEPENDS_class-native="util-linux-native iasl-native ossp-uuid-native qemu-native" 46DEPENDS_class-native="util-linux-native iasl-native qemu-native"
47 47
48DEPENDS_class-target="ovmf-native" 48DEPENDS_class-target="ovmf-native"
49 49