svn commit: r507566 - head/sysutils/u-boot-master

Emmanuel Vadot manu at FreeBSD.org
Mon Jul 29 10:58:21 UTC 2019


Author: manu
Date: Mon Jul 29 10:58:20 2019
New Revision: 507566
URL: https://svnweb.freebsd.org/changeset/ports/507566

Log:
  sysutils/u-boot: rk3399: Set only for arch
  
  RK3399 uboots uses RockChip binaries to create the image, thoses tools
  are only for amd64.
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/u-boot-master/Makefile

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Mon Jul 29 09:43:54 2019	(r507565)
+++ head/sysutils/u-boot-master/Makefile	Mon Jul 29 10:58:20 2019	(r507566)
@@ -25,6 +25,8 @@ USES=		bison gmake python:2.7,build shebangfix tar:bz2
 .if defined(FAMILY) && ${FAMILY} == rk3399
 USES+=		linux
 USE_LINUX+=	base:build
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	RockChip tools are only for amd64
 .endif
 BINARY_ALIAS=	bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0 python2=python2.7
 


More information about the svn-ports-head mailing list