pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-pinebook



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Nov  9 11:48:03 UTC 2018

Modified Files:
        pkgsrc/sysutils/u-boot-pinebook: Makefile

Log Message:
u-boot-pinebook: Fixes options handling and Python tool handling

- PKG_DEFAULT_OPTIONS should not be used in package Makefile-s,
  use PKG_SUGGESTED_OPTIONS instead.
- u-boot.mk already defines that Python is needed, no need to redefine it there.

Reported, tested and thanks to <martin>!


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/u-boot-pinebook/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot-pinebook/Makefile
diff -u pkgsrc/sysutils/u-boot-pinebook/Makefile:1.8 pkgsrc/sysutils/u-boot-pinebook/Makefile:1.9
--- pkgsrc/sysutils/u-boot-pinebook/Makefile:1.8        Thu Nov  8 19:41:30 2018
+++ pkgsrc/sysutils/u-boot-pinebook/Makefile    Fri Nov  9 11:48:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/11/08 19:41:30 jakllsch Exp $
+# $NetBSD: Makefile,v 1.9 2018/11/09 11:48:03 leot Exp $
 
 UBOOT_VERSION=         2018.11rc3
 UBOOT_TARGET=          pinebook
@@ -15,17 +15,13 @@ EXTRACT_SUFX=               .tar.gz
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/u-boot-pinebook/distinfo
 PATCHDIR=              ${.CURDIR}/../../sysutils/u-boot-pinebook/patches
 
-# Switch to EL1 before booting kernel (required for 32-bit support)
-PKG_DEFAULT_OPTIONS+=  el1
-
 post-extract:
        ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50iw1p1/bl31.bin ${WRKSRC}
 
 post-build:
        ${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin
 
-PYTHON_FOR_BUILD_ONLY= yes
-.include "../../lang/python/tool.mk"
-
 .include "../../sysutils/arm-trusted-firmware-sun50iw1p1/buildlink3.mk"
 .include "../../sysutils/u-boot/u-boot-arm64.mk"
+# Switch to EL1 before booting kernel (required for 32-bit support)
+PKG_SUGGESTED_OPTIONS+=        el1



Home | Main Index | Thread Index | Old Index