pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   mrg
Date:           Fri Jun 19 22:27:39 UTC 2020

Modified Files:
        pkgsrc/sysutils/u-boot: u-boot.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/u-boot/u-boot.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot/u-boot.mk
diff -u pkgsrc/sysutils/u-boot/u-boot.mk:1.26 pkgsrc/sysutils/u-boot/u-boot.mk:1.27
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.26       Sat Jun 13 07:01:32 2020
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Fri Jun 19 22:27:39 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 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