Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot sysutils/u-boot: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64b2b00bdeef
branches:  trunk
changeset: 432241:64b2b00bdeef
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 19 20:02:51 2020 +0000

description:
sysutils/u-boot: remove no-op SUBST block

Line 1 already contains python, not python3.

diffstat:

 sysutils/u-boot/u-boot-rockchip.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r f04a36b067dd -r 64b2b00bdeef sysutils/u-boot/u-boot-rockchip.mk
--- a/sysutils/u-boot/u-boot-rockchip.mk        Tue May 19 19:58:58 2020 +0000
+++ b/sysutils/u-boot/u-boot-rockchip.mk        Tue May 19 20:02:51 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: u-boot-rockchip.mk,v 1.6 2020/04/02 09:12:54 tnn Exp $
+#      $NetBSD: u-boot-rockchip.mk,v 1.7 2020/05/19 20:02:51 rillig Exp $
 #
 # should be used by sysutils/u-boot-rock64/Makefile
 # used by sysutils/u-boot-rockpro64/Makefile
@@ -31,11 +31,6 @@
        done < ${WRKSRC}/idbloader.img > ${WRKSRC}/rkspi_loader.img 2> /dev/null
        dd if=${WRKSRC}/u-boot.itb seek=1024 conv=notrunc of=${WRKSRC}/rkspi_loader.img
 
-SUBST_CLASSES+=                        makefitpath
-SUBST_STAGE.makefitpath=       pre-configure
-SUBST_FILES.makefitpath=       arch/arm/mach-rockchip/make_fit_atf.py
-SUBST_SED.makefitpath=         -e "s| python3| python|g"
-
 PYTHON_VERSIONS_ACCEPTED+=     37 38
 REPLACE_INTERPRETER+=  python3
 REPLACE.python3.old=   python3



Home | Main Index | Thread Index | Old Index