trustfence-initramfs: remove openssl-ossl-module-legacy
We removed this package from the recovery initramfs, but it was getting added as a recommendation to the trustfence initramfs as well. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
4e86570976
commit
214acb335d
|
|
@ -19,6 +19,7 @@ IMAGE_ROOTFS_SIZE = "8192"
|
|||
# Remove some packages added via recommendations
|
||||
BAD_RECOMMENDATIONS += " \
|
||||
openssl-conf \
|
||||
openssl-ossl-module-legacy \
|
||||
"
|
||||
|
||||
export IMAGE_BASENAME = "dey-image-trustfence-initramfs"
|
||||
|
|
|
|||
Loading…
Reference in New Issue