u-boot-tools: add the fdt_add_pubkey script to the list of files to be shipped

This commit fixes a build issue when this script is installed but not shipped
in the u-boot-tools package.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2024-02-22 09:16:32 +01:00
parent 5588c30a7b
commit 2a8403940d
1 changed files with 4 additions and 1 deletions

View File

@ -18,4 +18,7 @@ do_install:append () {
fi
}
FILES:${PN}-mkimage += "${bindir}/uboot-fdt_add_pubkey"
FILES:${PN}-mkimage += " \
${bindir}/uboot-fdt_add_pubkey \
${bindir}/fdt_add_pubkey \
"