diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-19 20:02:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-19 20:02:51 +0000 |
commit | 4886ba91a82a6fe45d6fc147287ddbf92bdee986 (patch) | |
tree | bec107f61fa3a6ae20d3ada9dbab59b137a85285 /sysutils/u-boot | |
parent | a8f30c43245708a1a30bbe479f3e43d36ed8b253 (diff) | |
download | pkgsrc-4886ba91a82a6fe45d6fc147287ddbf92bdee986.tar.gz |
sysutils/u-boot: remove no-op SUBST block
Line 1 already contains python, not python3.
Diffstat (limited to 'sysutils/u-boot')
-rw-r--r-- | sysutils/u-boot/u-boot-rockchip.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/u-boot/u-boot-rockchip.mk b/sysutils/u-boot/u-boot-rockchip.mk index 5e62d3f0c6a..959126a4edc 100644 --- a/sysutils/u-boot/u-boot-rockchip.mk +++ b/sysutils/u-boot/u-boot-rockchip.mk @@ -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 @@ post-build: 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 |