Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-rock64 Python is necessary for the bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7897d876421e
branches:  trunk
changeset: 436905:7897d876421e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 11 18:42:49 2020 +0000

description:
Python is necessary for the build. Reference it correctly.

diffstat:

 sysutils/u-boot-rock64/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 856c1ea5fbf3 -r 7897d876421e sysutils/u-boot-rock64/Makefile
--- a/sysutils/u-boot-rock64/Makefile   Tue Aug 11 18:41:55 2020 +0000
+++ b/sysutils/u-boot-rock64/Makefile   Tue Aug 11 18:42:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/02 09:09:05 tnn Exp $
+# $NetBSD: Makefile,v 1.7 2020/08/11 18:42:49 joerg Exp $
 
 PKGREVISION=           6
 UBOOT_TARGET=          rock64
@@ -23,4 +23,8 @@
 SITES.${DDR_BIN}=      ${MASTER_SITE_GITHUB:=rockchip-linux/rkbin/raw/6ee03f14441f4f2812c713e1027b88e3a24c546b/bin/rk33/}
 DISTFILES+=            ${DDR_BIN}
 
+REPLACE_PYTHON+=       tools/dtoc/dtoc.py
+PYTHON_FOR_BUILD_ONLY= yes
+
+.include "../../lang/python/application.mk"
 .include "../../sysutils/u-boot/u-boot-arm64.mk"



Home | Main Index | Thread Index | Old Index