pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 30 22:20:04 UTC 2025
Modified Files:
pkgsrc/sysutils/u-boot: distinfo-2020.07-rc4
Added Files:
pkgsrc/sysutils/u-boot/patches-2020.07-rc4:
patch-scripts_dtc_pylibfdt_Makefile
Log Message:
u-boot-roc-rk3328-cc: fix VERSION
It needs to be acceptable by Python's packaging, so remove 'u-boot-' from
it and just leave the version number.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/u-boot/distinfo-2020.07-rc4
cvs rdiff -u -r0 -r1.1 \
pkgsrc/sysutils/u-boot/patches-2020.07-rc4/patch-scripts_dtc_pylibfdt_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/distinfo-2020.07-rc4
diff -u pkgsrc/sysutils/u-boot/distinfo-2020.07-rc4:1.1 pkgsrc/sysutils/u-boot/distinfo-2020.07-rc4:1.2
--- pkgsrc/sysutils/u-boot/distinfo-2020.07-rc4:1.1 Fri Jun 25 08:40:53 2021
+++ pkgsrc/sysutils/u-boot/distinfo-2020.07-rc4 Thu Jan 30 22:20:04 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo-2020.07-rc4,v 1.1 2021/06/25 08:40:53 mrg Exp $
+$NetBSD: distinfo-2020.07-rc4,v 1.2 2025/01/30 22:20:04 wiz Exp $
SHA1 (u-boot-2020.07-rc4.tar.bz2) = 6bd6aaf18c580e0e24221b45de45958b94580df0
RMD160 (u-boot-2020.07-rc4.tar.bz2) = 21df7e0cff66843e963d07d22c508d81305af35a
SHA512 (u-boot-2020.07-rc4.tar.bz2) = 81fb2cfaabe2e20addc174798fa7f6506d51bd32aafac6698758417575bd85bb95d476b619e8d78480c0ccef6424f8b6de59c76bc48a555b7b4105acf194f3f8
Size (u-boot-2020.07-rc4.tar.bz2) = 15333666 bytes
SHA1 (patch-include_image.h) = 46f9efc0b9bbeea407e18f2b7e02b265dc0b58e1
+SHA1 (patch-scripts_dtc_pylibfdt_Makefile) = 7355a0ba82440d5ca614d86083c8fada9e66e098
Added files:
Index: pkgsrc/sysutils/u-boot/patches-2020.07-rc4/patch-scripts_dtc_pylibfdt_Makefile
diff -u /dev/null pkgsrc/sysutils/u-boot/patches-2020.07-rc4/patch-scripts_dtc_pylibfdt_Makefile:1.1
--- /dev/null Thu Jan 30 22:20:04 2025
+++ pkgsrc/sysutils/u-boot/patches-2020.07-rc4/patch-scripts_dtc_pylibfdt_Makefile Thu Jan 30 22:20:04 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-scripts_dtc_pylibfdt_Makefile,v 1.1 2025/01/30 22:20:04 wiz Exp $
+
+Fix VERSION so it's numeric and accepted by Python's packaging.
+
+--- scripts/dtc/pylibfdt/Makefile.orig 2025-01-30 22:17:56.010662644 +0000
++++ scripts/dtc/pylibfdt/Makefile
+@@ -17,7 +17,7 @@ quiet_cmd_pymod = PYMOD $@
+ cmd_pymod = unset CROSS_COMPILE; unset CFLAGS; \
+ CC="$(HOSTCC)" LDSHARED="$(HOSTCC) -shared " \
+ LDFLAGS="$(HOSTLDFLAGS)" \
+- VERSION="u-boot-$(UBOOTVERSION)" \
++ VERSION="$(UBOOTVERSION)" \
+ CPPFLAGS="$(HOSTCFLAGS) -I$(LIBFDT_srcdir)" OBJDIR=$(obj) \
+ SOURCES="$(PYLIBFDT_srcs)" \
+ SWIG_OPTS="-I$(LIBFDT_srcdir) -I$(LIBFDT_srcdir)/.." \
Home |
Main Index |
Thread Index |
Old Index