head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.20
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.18
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.16
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.14
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.12
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.10
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.8
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.6
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.4
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.2
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.1.0.10
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.8
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.6
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.4
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.2
	pkgsrc-2022Q3-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2023.12.18.21.57.35;	author gutteridge;	state Exp;
branches;
next	1.2;
commitid	grIpCeLB57gALZQE;

1.2
date	2023.10.24.22.11.15;	author wiz;	state Exp;
branches;
next	1.1;
commitid	MTsrqKm6aGrQAVJE;

1.1
date	2022.07.29.13.49.41;	author thorpej;	state Exp;
branches;
next	;
commitid	zW0cHuBs4ZzOmNND;


desc
@@


1.3
log
@u-boot & u-boot-pinecube: fix pinecube builds

As of py-setuptools 69.0, PEP 440 versioning is strictly enforced, so
builds that invoked pylibfdt were failing with a version string that
included "u-boot-" in it.
@
text
@# $NetBSD: Makefile,v 1.2 2023/10/24 22:11:15 wiz Exp $

UBOOT_TARGET=		pinecube
UBOOT_CONFIG=		pinecube_defconfig
UBOOT_BIN=		u-boot-sunxi-with-spl.bin

UBOOT_INSTALLBOOT_PLIST=	installboot.plist

UBOOT_VERSION=		2022.04

PKGREVISION=	1

# u-boot-arm.mk must be before bsd.prefs.mk so that PATCHDIR is set correctly.
.include "../../sysutils/u-boot/u-boot-arm.mk"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
.include "../../security/openssl/buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"
@


1.2
log
@*: bump for openssl 3
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2022/07/29 13:49:41 thorpej Exp $
d11 4
a14 1
PKGREVISION= 1
a15 1

a18 2

.include "../../sysutils/u-boot/u-boot-arm.mk"
@


1.1
log
@Add a u-boot package for the PineCube IP Camera.
@
text
@d1 1
a1 1
# $NetBSD$
d11 1
@

