pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/u-boot fix the python part for tools/dtoc/dto...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f1cc2ce10ee
branches: trunk
changeset: 396612:8f1cc2ce10ee
user: mrg <mrg%pkgsrc.org@localhost>
date: Wed Jun 05 06:18:02 2019 +0000
description:
fix the python part for tools/dtoc/dtoc.py. fixes uncommited rock64 build.
diffstat:
sysutils/u-boot/u-boot.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 010178efc8e1 -r 8f1cc2ce10ee sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Wed Jun 05 06:07:39 2019 +0000
+++ b/sysutils/u-boot/u-boot.mk Wed Jun 05 06:18:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.16 2019/05/08 05:02:35 thorpej Exp $
+# $NetBSD: u-boot.mk,v 1.17 2019/06/05 06:18:02 mrg Exp $
.include "../../sysutils/u-boot/u-boot-version.mk"
@@ -24,10 +24,11 @@
PYTHON_VERSIONS_ACCEPTED= 27
REPLACE_INTERPRETER+= python2
-REPLACE.python2.old= .*/usr/bin/env.*python2*
+REPLACE.python2.old= .*/usr/bin/\(env.\|\)*python2*
REPLACE.python2.new= ${PYTHONBIN}
REPLACE_FILES.python2= scripts/fill_scrapyard.py \
tools/binman/binman.py \
+ tools/dtoc/dtoc.py \
tools/genboardscfg.py \
tools/moveconfig.py
Home |
Main Index |
Thread Index |
Old Index