diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-11-07 23:58:28 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-14 13:20:59 +0000 |
| commit | daf1a2211c1cf796574d4cd1080c28ce7c017a5b (patch) | |
| tree | f053b7d87085fad3efecf7cc7b607af107c773f1 | |
| parent | fffdba90578b2eeb4dc87c5ba388f6080f0a7d90 (diff) | |
| download | poky-daf1a2211c1cf796574d4cd1080c28ce7c017a5b.tar.gz | |
ovmf: unify DEPENDS
Instead of depending on iasl-native, depend on ovmf-native as iasl was merged
into that recipe some time ago.
bc-native doesn't appear to be a build requirement anymore, and for clarity
merge two overridden DEPENDS into a single DEPENDS.
(From OE-Core rev: 78d2f68a956ff49410b238456ce0a23c5a0667aa)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 3b5a05e51e..ff2b2a530a 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
| @@ -29,10 +29,7 @@ PARALLEL_MAKE = "" | |||
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 31 | 31 | ||
| 32 | DEPENDS_class-native="util-linux-native iasl-native" | 32 | DEPENDS = "nasm-native acpica-native ovmf-native util-linux-native" |
| 33 | DEPENDS_class-target="ovmf-native bc-native" | ||
| 34 | |||
| 35 | DEPENDS_append = " nasm-native" | ||
| 36 | 33 | ||
| 37 | EDK_TOOLS_DIR="edk2_basetools" | 34 | EDK_TOOLS_DIR="edk2_basetools" |
| 38 | 35 | ||
