diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-01 22:41:52 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-01 08:37:25 -1000 |
| commit | b8580d79d1a8a60832782bb3fe48e8a289a4c305 (patch) | |
| tree | 0336586e4754b2f37edf8969e1214e6248b984d9 | |
| parent | dbd90d690eb74d9651c346a0882d22e21087aacd (diff) | |
| download | poky-b8580d79d1a8a60832782bb3fe48e8a289a4c305.tar.gz | |
layer.conf: Add missing dependency exclusion
Add a dependency which should have been in this list but wasn't, found
when debugging create-spdx hash issues.
(From OE-Core rev: 97c84ca1e138fe95ebd67f1fe42be19ab2aeca89)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1075b9fc5d562dada45b3187cb737511ff8c7376)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index ea57123601..1f329c3efe 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
| @@ -69,6 +69,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
| 69 | initramfs-module-install->grub \ | 69 | initramfs-module-install->grub \ |
| 70 | initramfs-module-install->parted \ | 70 | initramfs-module-install->parted \ |
| 71 | initramfs-module-install->util-linux \ | 71 | initramfs-module-install->util-linux \ |
| 72 | initramfs-module-setup-live->udev-extraconf \ | ||
| 72 | grub-efi->grub-bootconf \ | 73 | grub-efi->grub-bootconf \ |
| 73 | liberation-fonts->fontconfig \ | 74 | liberation-fonts->fontconfig \ |
| 74 | cantarell-fonts->fontconfig \ | 75 | cantarell-fonts->fontconfig \ |
