pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: add PLIST entry for hexagon linux...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef55812ba047
branches:  trunk
changeset: 453254:ef55812ba047
user:      mcf <mcf%pkgsrc.org@localhost>
date:      Wed May 26 00:59:44 2021 +0000

description:
qemu: add PLIST entry for hexagon linux-user target

This linux-user target was introduced in qemu 6.0, but it was missing
in UE_ARCHS and PLIST.

diffstat:

 emulators/qemu/Makefile |  4 ++--
 emulators/qemu/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r b5ed3f20e590 -r ef55812ba047 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Tue May 25 21:48:57 2021 +0000
+++ b/emulators/qemu/Makefile   Wed May 26 00:59:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.280 2021/05/24 19:52:10 wiz Exp $
+# $NetBSD: Makefile,v 1.281 2021/05/26 00:59:44 mcf Exp $
 
 DISTNAME=      qemu-6.0.0
 PKGREVISION=   1
@@ -107,7 +107,7 @@
 
 UE_ARCHS+=             aarch64 aarch64_be
 UE_ARCHS+=             alpha arm armeb cris
-UE_ARCHS+=             hppa
+UE_ARCHS+=             hexagon hppa
 UE_ARCHS+=             i386
 UE_ARCHS+=             m68k microblaze microblazeel
 UE_ARCHS+=             mips mips64 mips64el mipsel mipsn32 mipsn32el
diff -r b5ed3f20e590 -r ef55812ba047 emulators/qemu/PLIST
--- a/emulators/qemu/PLIST      Tue May 25 21:48:57 2021 +0000
+++ b/emulators/qemu/PLIST      Wed May 26 00:59:44 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.75 2021/05/24 14:22:08 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.76 2021/05/26 00:59:44 mcf Exp $
 bin/elf2dmp
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -8,6 +8,7 @@
 ${PLIST.cris}bin/qemu-cris
 bin/qemu-edid
 bin/qemu-ga
+${PLIST.hexagon}bin/qemu-hexagon
 ${PLIST.hppa}bin/qemu-hppa
 ${PLIST.i386}bin/qemu-i386
 bin/qemu-img



Home | Main Index | Thread Index | Old Index