pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils - add cubietruck plus to the u-boot metapkg.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e05a11c7faee
branches: trunk
changeset: 333275:e05a11c7faee
user: mrg <mrg%pkgsrc.org@localhost>
date: Sat May 04 05:31:01 2019 +0000
description:
- add cubietruck plus to the u-boot metapkg.
- install the cubietruck plus file as cubietruck-plus not cubietruck_plus.
requested by jmcneill.
diffstat:
sysutils/u-boot-cubietruck-plus/Makefile | 6 ++++--
sysutils/u-boot-cubietruck-plus/PLIST | 4 ++--
sysutils/u-boot/Makefile | 4 +++-
3 files changed, 9 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r 0eaf51ae7f2e -r e05a11c7faee sysutils/u-boot-cubietruck-plus/Makefile
--- a/sysutils/u-boot-cubietruck-plus/Makefile Sat May 04 02:02:01 2019 +0000
+++ b/sysutils/u-boot-cubietruck-plus/Makefile Sat May 04 05:31:01 2019 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2019/04/29 07:48:50 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/04 05:31:01 mrg Exp $
-UBOOT_TARGET= cubietruck_plus
+UBOOT_TARGET= cubietruck-plus
UBOOT_CONFIG= Cubietruck_plus_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
+PKGREVISION= 1
+
.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 0eaf51ae7f2e -r e05a11c7faee sysutils/u-boot-cubietruck-plus/PLIST
--- a/sysutils/u-boot-cubietruck-plus/PLIST Sat May 04 02:02:01 2019 +0000
+++ b/sysutils/u-boot-cubietruck-plus/PLIST Sat May 04 05:31:01 2019 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2019/04/29 07:48:50 mrg Exp $
-share/u-boot/cubietruck_plus/u-boot-sunxi-with-spl.bin
+@comment $NetBSD: PLIST,v 1.2 2019/05/04 05:31:01 mrg Exp $
+share/u-boot/cubietruck-plus/u-boot-sunxi-with-spl.bin
diff -r 0eaf51ae7f2e -r e05a11c7faee sysutils/u-boot/Makefile
--- a/sysutils/u-boot/Makefile Sat May 04 02:02:01 2019 +0000
+++ b/sysutils/u-boot/Makefile Sat May 04 05:31:01 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2019/04/19 10:39:53 jmcneill Exp $
+# $NetBSD: Makefile,v 1.10 2019/05/04 05:31:01 mrg Exp $
#
.include "../../sysutils/u-boot/u-boot-version.mk"
DISTNAME= u-boot-${UBOOT_VERSION}
+PKGREVISION= 1
CATEGORIES= meta-pkgs sysutils u-boot
MASTER_SITES= # empty
@@ -22,6 +23,7 @@
DEPENDS+= u-boot-cubieboard2-[0-9]*:../../sysutils/u-boot-cubieboard2
DEPENDS+= u-boot-cubieboard4-[0-9]*:../../sysutils/u-boot-cubieboard4
DEPENDS+= u-boot-cubietruck-[0-9]*:../../sysutils/u-boot-cubietruck
+DEPENDS+= u-boot-cubietruck-plus-[0-9]*:../../sysutils/u-boot-cubietruck-plus
DEPENDS+= u-boot-de0-nanosoc-[0-9]*:../../sysutils/u-boot-de0-nanosoc
DEPENDS+= u-boot-hummingbird-a31-[0-9]*:../../sysutils/u-boot-hummingbird-a31
DEPENDS+= u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1
Home |
Main Index |
Thread Index |
Old Index