Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
ovmf: add missing dependency on ossp-uuid
Browse files Browse the repository at this point in the history
The OVMF BaseTools need the uuid.h file provided by ossp-uuid. Thus,
add this dependency. The dependency is added as native as it is the
BaseTools, which run natively, the one needing this file.

This file is required by ./Source/C/GenFv/GenFvInternalLib.c

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
  • Loading branch information
ricardon committed Jan 5, 2017
1 parent b2810ad commit e088173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-luv/recipes-core/ovmf/ovmf_git.bb
Expand Up @@ -12,7 +12,7 @@ SRCREV="3e43396b3506b9fdaf71ffb69ed160f2e108894b"

S = "${WORKDIR}/git"

DEPENDS_class-native="util-linux-native iasl-native"
DEPENDS_class-native="util-linux-native iasl-native ossp-uuid-native"

DEPENDS_class-target="ovmf-native"

Expand Down

0 comments on commit e088173

Please sign in to comment.