pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/u-boot u-boot*: allow packages overriding the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/821600877b35
branches: trunk
changeset: 457151:821600877b35
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Aug 19 07:42:23 2021 +0000
description:
u-boot*: allow packages overriding the patches/distinfo
Even after setting a particular version to use.
diffstat:
sysutils/u-boot/u-boot-version.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r ed2eab418fa8 -r 821600877b35 sysutils/u-boot/u-boot-version.mk
--- a/sysutils/u-boot/u-boot-version.mk Thu Aug 19 03:34:26 2021 +0000
+++ b/sysutils/u-boot/u-boot-version.mk Thu Aug 19 07:42:23 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: u-boot-version.mk,v 1.4 2021/03/09 16:49:12 martin Exp $
+# $NetBSD: u-boot-version.mk,v 1.5 2021/08/19 07:42:23 wiz Exp $
UBOOT_DEFAULT_VERSION= 2018.11
UBOOT_VERSION?= ${UBOOT_DEFAULT_VERSION}
.if ${UBOOT_VERSION} != ${UBOOT_DEFAULT_VERSION}
-DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot/distinfo-${UBOOT_VERSION}
-PATCHDIR= ${.CURDIR}/../../sysutils/u-boot/patches-${UBOOT_VERSION}
+DISTINFO_FILE?= ${.CURDIR}/../../sysutils/u-boot/distinfo-${UBOOT_VERSION}
+PATCHDIR?= ${.CURDIR}/../../sysutils/u-boot/patches-${UBOOT_VERSION}
.else
PATCHDIR?= ${.CURDIR}/../../sysutils/u-boot/patches
.endif
Home |
Main Index |
Thread Index |
Old Index