pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils sysutils/u-boot-rpi3-32: Use a directory of t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e7232adcca6
branches: trunk
changeset: 406051:5e7232adcca6
user: khorben <khorben%pkgsrc.org@localhost>
date: Sat Dec 14 10:22:30 2019 +0000
description:
sysutils/u-boot-rpi3-32: Use a directory of the right name
This fixes building sysutils/u-boot (the dependency on u-boot-rpi3-32b was
wrong as well).
Sorry for the short mishap.
diffstat:
sysutils/Makefile | 4 ++--
sysutils/u-boot-rpi3-32/DESCR | 5 +++++
sysutils/u-boot-rpi3-32/Makefile | 7 +++++++
sysutils/u-boot-rpi3-32/PLIST | 2 ++
sysutils/u-boot-rpi3-32b/DESCR | 5 -----
sysutils/u-boot-rpi3-32b/Makefile | 7 -------
sysutils/u-boot-rpi3-32b/PLIST | 2 --
sysutils/u-boot/Makefile | 4 ++--
8 files changed, 18 insertions(+), 18 deletions(-)
diffs (88 lines):
diff -r db8f31f1eae6 -r 5e7232adcca6 sysutils/Makefile
--- a/sysutils/Makefile Sat Dec 14 02:57:24 2019 +0000
+++ b/sysutils/Makefile Sat Dec 14 10:22:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.845 2019/12/14 01:12:28 khorben Exp $
+# $NetBSD: Makefile,v 1.846 2019/12/14 10:22:30 khorben Exp $
#
COMMENT= System utilities
@@ -668,7 +668,7 @@
SUBDIR+= u-boot-pocketchip
SUBDIR+= u-boot-rock64
SUBDIR+= u-boot-rockpro64
-SUBDIR+= u-boot-rpi3-32b
+SUBDIR+= u-boot-rpi3-32
SUBDIR+= u-boot-sopine-baseboard
SUBDIR+= u-boot-tinker
SUBDIR+= u-boot-zynq-zybo-z7
diff -r db8f31f1eae6 -r 5e7232adcca6 sysutils/u-boot-rpi3-32/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-rpi3-32/DESCR Sat Dec 14 10:22:30 2019 +0000
@@ -0,0 +1,5 @@
+U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
+several other processors, which can be installed in a boot ROM and used to
+initialize and test the hardware or to download and run application code.
+
+This package provides U-Boot for the Raspberry Pi 3 (32-bits).
diff -r db8f31f1eae6 -r 5e7232adcca6 sysutils/u-boot-rpi3-32/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-rpi3-32/Makefile Sat Dec 14 10:22:30 2019 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2019/12/14 10:22:30 khorben Exp $
+
+UBOOT_TARGET= rpi3-32
+UBOOT_CONFIG= rpi_3_32b_defconfig
+UBOOT_BIN= u-boot.bin
+
+.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r db8f31f1eae6 -r 5e7232adcca6 sysutils/u-boot-rpi3-32/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-rpi3-32/PLIST Sat Dec 14 10:22:30 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/14 10:22:30 khorben Exp $
+share/u-boot/rpi3-32/u-boot.bin
diff -r db8f31f1eae6 -r 5e7232adcca6 sysutils/u-boot-rpi3-32b/DESCR
--- a/sysutils/u-boot-rpi3-32b/DESCR Sat Dec 14 02:57:24 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
-several other processors, which can be installed in a boot ROM and used to
-initialize and test the hardware or to download and run application code.
-
-This package provides U-Boot for the Raspberry Pi 3 (32-bits).
diff -r db8f31f1eae6 -r 5e7232adcca6 sysutils/u-boot-rpi3-32b/Makefile
--- a/sysutils/u-boot-rpi3-32b/Makefile Sat Dec 14 02:57:24 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2019/12/14 01:11:21 khorben Exp $
-
-UBOOT_TARGET= rpi3-32
-UBOOT_CONFIG= rpi_3_32b_defconfig
-UBOOT_BIN= u-boot.bin
-
-.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r db8f31f1eae6 -r 5e7232adcca6 sysutils/u-boot-rpi3-32b/PLIST
--- a/sysutils/u-boot-rpi3-32b/PLIST Sat Dec 14 02:57:24 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/12/14 01:11:21 khorben Exp $
-share/u-boot/rpi3-32/u-boot.bin
diff -r db8f31f1eae6 -r 5e7232adcca6 sysutils/u-boot/Makefile
--- a/sysutils/u-boot/Makefile Sat Dec 14 02:57:24 2019 +0000
+++ b/sysutils/u-boot/Makefile Sat Dec 14 10:22:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/12/14 02:21:26 khorben Exp $
+# $NetBSD: Makefile,v 1.26 2019/12/14 10:22:30 khorben Exp $
#
.include "../../sysutils/u-boot/u-boot-version.mk"
@@ -65,7 +65,7 @@
DEPENDS+= u-boot-pocketchip-[0-9]*:../../sysutils/u-boot-pocketchip
DEPENDS+= u-boot-rock64-[0-9]*:../../sysutils/u-boot-rock64
DEPENDS+= u-boot-rockpro64-[0-9]*:../../sysutils/u-boot-rockpro64
-DEPENDS+= u-boot-rpi3-32b-[0-9]*:../../sysutils/u-boot-rpi3-32b
+DEPENDS+= u-boot-rpi3-32-[0-9]*:../../sysutils/u-boot-rpi3-32
DEPENDS+= u-boot-sopine-baseboard-[0-9]*:../../sysutils/u-boot-sopine-baseboard
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index