pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-visionfive2
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Apr 28 01:06:11 UTC 2025
Modified Files:
pkgsrc/sysutils/u-boot-visionfive2: Makefile
Log Message:
u-boot-visionfive2: all dependencies are build/tool
While here, tweak to also make explicit no patching from the general
u-boot package is intended, since this can get confusing.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/u-boot-visionfive2/Makefile
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-visionfive2/Makefile
diff -u pkgsrc/sysutils/u-boot-visionfive2/Makefile:1.4 pkgsrc/sysutils/u-boot-visionfive2/Makefile:1.5
--- pkgsrc/sysutils/u-boot-visionfive2/Makefile:1.4 Thu Apr 17 21:52:31 2025
+++ pkgsrc/sysutils/u-boot-visionfive2/Makefile Mon Apr 28 01:06:11 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2025/04/17 21:52:31 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/28 01:06:11 gutteridge Exp $
UBOOT_TARGET= visionfive2
UBOOT_VERSION= 2024.10
+PKGREVISION= 2
UBOOT_CONFIG= starfive_visionfive2_defconfig
UBOOT_BIN= spl/u-boot-spl.bin.normal.out u-boot.itb
@@ -10,9 +11,11 @@ post-extract:
MAKE_ENV+= OPENSBI=${WRKSRC}/fw_dynamic.bin
-PKGREVISION= 1
+PATCHDIR= ${.CURDIR}/patches # Presently, no patching is intended.
+.include "../../sysutils/u-boot/u-boot-riscv64.mk"
+BUILDLINK_DEPMETHOD.libuuid= build
.include "../../devel/libuuid/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gnutls= build
.include "../../security/gnutls/buildlink3.mk"
.include "../../sysutils/opensbi-visionfive2/buildlink3.mk"
-.include "../../sysutils/u-boot/u-boot-riscv64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index