Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot python is needed for building modules ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d5f8314afba
branches:  trunk
changeset: 434627:8d5f8314afba
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Fri Jun 19 22:27:39 2020 +0000

description:
python is needed for building modules for running as part of the build
so set PYTHON_FOR_BUILD_ONLY to "yes" not "tool".  fixes several builds
that want access to, eg <Python.h>, such as u-boot-cubietruck.

ok joerg.

diffstat:

 sysutils/u-boot/u-boot.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 871dd46cf9d0 -r 8d5f8314afba sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Fri Jun 19 21:17:46 2020 +0000
+++ b/sysutils/u-boot/u-boot.mk Fri Jun 19 22:27:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.26 2020/06/13 07:01:32 tnn Exp $
+# $NetBSD: u-boot.mk,v 1.27 2020/06/19 22:27:39 mrg Exp $
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
@@ -20,7 +20,7 @@
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bison gmake gsed pkg-config gawk
-PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_FOR_BUILD_ONLY= yes
 ALL_ENV+=              PYTHON2=${PYTHONBIN} PYTHONCONFIG=${PYTHONCONFIG}
 ALL_ENV+=              PYTHONLIBPATH=-L$(LOCALBASE)/lib
 PYTHON_VERSIONS_ACCEPTED=      27



Home | Main Index | Thread Index | Old Index