diff options
| author | mrg <mrg@pkgsrc.org> | 2020-06-19 22:27:39 +0000 |
|---|---|---|
| committer | mrg <mrg@pkgsrc.org> | 2020-06-19 22:27:39 +0000 |
| commit | 4edc504917b8212281b58c115827b68b96121848 (patch) | |
| tree | 02d068fb175bbffb0a72260bbc64d340535a8298 /sysutils/u-boot | |
| parent | 02f80ea5f0c70898afcabc575bcac667efcbb75f (diff) | |
| download | pkgsrc-4edc504917b8212281b58c115827b68b96121848.tar.gz | |
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 (limited to 'sysutils/u-boot')
| -rw-r--r-- | sysutils/u-boot/u-boot.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot/u-boot.mk b/sysutils/u-boot/u-boot.mk index 3d2cac68391..45816035f11 100644 --- a/sysutils/u-boot/u-boot.mk +++ b/sysutils/u-boot/u-boot.mk @@ -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 |
