Skip to content

Commit

Permalink
fix the python part for tools/dtoc/dtoc.py. fixes uncommited rock64 b…
Browse files Browse the repository at this point in the history
…uild.
  • Loading branch information
mrg committed Jun 5, 2019
1 parent 2d91e70 commit 97509d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysutils/u-boot/u-boot.mk
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -24,10 +24,11 @@ PYTHON_FOR_BUILD_ONLY= yes
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

Expand Down

0 comments on commit 97509d2

Please # to comment.