pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-odroid-c2 u-boot-odroid-c2: use absolu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6045f4b3210e
branches:  trunk
changeset: 398661:6045f4b3210e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Jul 26 10:32:32 2019 +0000

description:
u-boot-odroid-c2: use absolute pathnames for running meson firmware tools

diffstat:

 sysutils/u-boot-odroid-c2/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 22646230b8c6 -r 6045f4b3210e sysutils/u-boot-odroid-c2/Makefile
--- a/sysutils/u-boot-odroid-c2/Makefile        Fri Jul 26 10:25:15 2019 +0000
+++ b/sysutils/u-boot-odroid-c2/Makefile        Fri Jul 26 10:32:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/05/18 17:55:06 thorpej Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/26 10:32:32 tnn Exp $
 
 UBOOT_TARGET=          odroid-c2
 UBOOT_CONFIG=          odroid-c2_defconfig
@@ -63,16 +63,16 @@
 #
 BUILD_DEPENDS+=                amlogic-meson-fwtools>=0.0:../../sysutils/amlogic-meson-fwtools
 post-build:
-       aml_fip_create \
+       ${PREFIX}/bin/aml_fip_create \
                --bl30 ${WRKSRC}/${xBL30_BIN} \
                --bl301 ${WRKSRC}/${xBL301_BIN} \
                --bl31 ${WRKSRC}/${xBL31_BIN} \
                --bl33 ${WRKSRC}/u-boot-dtb.bin \
                ${WRKSRC}/u-boot-fip.bin
-       aml_fip_create --dump ${WRKSRC}/u-boot-fip.bin
+       ${PREFIX}/bin/aml_fip_create --dump ${WRKSRC}/u-boot-fip.bin
        cat ${WRKSRC}/${xBL2_PKG} ${WRKSRC}/u-boot-fip.bin > \
                ${WRKSRC}/u-boot-combined.bin
-       aml_encrypt_gxb --bootsig \
+       ${PREFIX}/bin/aml_encrypt_gxb --bootsig \
                --input ${WRKSRC}/u-boot-combined.bin \
                --output ${WRKSRC}/u-boot.img
        dd if=${WRKSRC}/u-boot.img of=${WRKSRC}/u-boot.gxbb \



Home | Main Index | Thread Index | Old Index