pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu remove the u-boot extraction workaround...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b72a2fc0e465
branches: trunk
changeset: 377383:b72a2fc0e465
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Thu Mar 15 22:00:48 2018 +0000
description:
remove the u-boot extraction workaround on case-insensitive filesystems
the QEMU release archive now contains the u-boot roms wrapped in
a tar.bz2 file, so the archive extracts fine anywhere
diffstat:
emulators/qemu/Makefile | 7 +------
emulators/qemu/files/uboot-exclude | 1 -
2 files changed, 1 insertions(+), 7 deletions(-)
diffs (26 lines):
diff -r 7f1de1570ef1 -r b72a2fc0e465 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Thu Mar 15 20:21:52 2018 +0000
+++ b/emulators/qemu/Makefile Thu Mar 15 22:00:48 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.180 2018/03/12 11:16:27 wiz Exp $
+# $NetBSD: Makefile,v 1.181 2018/03/15 22:00:48 jdolecek Exp $
DISTNAME= qemu-2.11.1
PKGREVISION= 1
@@ -18,11 +18,6 @@
UNLIMIT_RESOURCES= datasize
HAS_CONFIGURE= yes
-# XXX u-boot updated in 2.10.0 causes extact problem on case-insensitive
-# XXX filesystems; for now just don't extract it, as it's not actually used
-# XXX see: https://bugs.launchpad.net/qemu/+bug/1714750
-EXTRACT_OPTS+= -X ${FILESDIR}/uboot-exclude
-
BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html
SUBST_CLASSES+= prefix
diff -r 7f1de1570ef1 -r b72a2fc0e465 emulators/qemu/files/uboot-exclude
--- a/emulators/qemu/files/uboot-exclude Thu Mar 15 20:21:52 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-*/roms/u-boot/scripts/Kconfig
Home |
Main Index |
Thread Index |
Old Index