[u-boot-tools] add fdt_add_pubkey fix (fixes msys2#5673) (#5674)
* add fdt_add_pubkey fix (fixes msys2#5673) * pkgrel++; fix typo --------- Co-authored-by: Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com>
This commit is contained in:
parent
c952a220e8
commit
4d243cd229
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
pkgname=u-boot-tools
|
pkgname=u-boot-tools
|
||||||
pkgver=2025.07
|
pkgver=2025.07
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="U-Boot Tools"
|
pkgdesc="U-Boot Tools"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/u-boot/u-boot"
|
url="https://github.com/u-boot/u-boot"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"anitya: 5022"s
|
"anitya: 5022"
|
||||||
"cpe: cpe:/a:denx:u-boot"
|
"cpe: cpe:/a:denx:u-boot"
|
||||||
"archlinux: uboot-tools"
|
"archlinux: uboot-tools"
|
||||||
)
|
)
|
||||||
@ -40,4 +40,5 @@ package() {
|
|||||||
cp -f tools/fit_check_sign.exe ${pkgdir}/usr/bin/
|
cp -f tools/fit_check_sign.exe ${pkgdir}/usr/bin/
|
||||||
cp -f tools/mkimage.exe ${pkgdir}/usr/bin/
|
cp -f tools/mkimage.exe ${pkgdir}/usr/bin/
|
||||||
cp -f tools/mkenvimage.exe ${pkgdir}/usr/bin/
|
cp -f tools/mkenvimage.exe ${pkgdir}/usr/bin/
|
||||||
|
cp -f tools/fdt_add_pubkey.exe ${pkgdir}/usr/bin/
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user