pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Glue in u-boot-de0-nanosoc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e7b6b6c26ad
branches:  trunk
changeset: 324315:6e7b6b6c26ad
user:      aymeric <aymeric%pkgsrc.org@localhost>
date:      Sun Oct 14 19:26:55 2018 +0000

description:
Glue in u-boot-de0-nanosoc

diffstat:

 sysutils/Makefile        |  3 ++-
 sysutils/u-boot/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r e89d4e09b1dd -r 6e7b6b6c26ad sysutils/Makefile
--- a/sysutils/Makefile Sun Oct 14 19:25:31 2018 +0000
+++ b/sysutils/Makefile Sun Oct 14 19:26:55 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.779 2018/10/09 15:20:34 abs Exp $
+# $NetBSD: Makefile,v 1.780 2018/10/14 19:26:55 aymeric Exp $
 #
 
 COMMENT=       System utilities
@@ -618,6 +618,7 @@
 SUBDIR+=       u-boot-cubieboard2
 SUBDIR+=       u-boot-cubieboard4
 SUBDIR+=       u-boot-cubietruck
+SUBDIR+=       u-boot-de0-nanosoc
 SUBDIR+=       u-boot-hummingbird-a31
 SUBDIR+=       u-boot-jetson-tk1
 SUBDIR+=       u-boot-jetson-tx1
diff -r e89d4e09b1dd -r 6e7b6b6c26ad sysutils/u-boot/Makefile
--- a/sysutils/u-boot/Makefile  Sun Oct 14 19:25:31 2018 +0000
+++ b/sysutils/u-boot/Makefile  Sun Oct 14 19:26:55 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/06/27 14:02:59 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 2018/10/14 19:26:55 aymeric Exp $
 #
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
@@ -22,6 +22,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-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
 DEPENDS+=      u-boot-jetson-tx1-[0-9]*:../../sysutils/u-boot-jetson-tx1



Home | Main Index | Thread Index | Old Index