From 0731df8ae6fd8c44ba09a31b3823950cc3648f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 6 Apr 2020 11:59:01 +0200 Subject: [PATCH] mame: upgrade 0219 -> 0220 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-emulators/mame/mame.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-emulators/mame/mame.bb b/recipes-emulators/mame/mame.bb index c98f71c..16e6fa6 100644 --- a/recipes-emulators/mame/mame.bb +++ b/recipes-emulators/mame/mame.bb @@ -2,15 +2,15 @@ SUMMARY = "Multiple Arcade Machine Emulator" HOMEPAGE = "http://www.mamedev.org/index.php" LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c5c8c4977a2fd418cb2b35f011b37df3" +LIC_FILES_CHKSUM = "file://COPYING;md5=0e3f1798ec9d172989b43198146441e6" SRC_URI = " \ git://github.com/mamedev/mame.git \ file://no-upstream/0001-pokey-Make-step_one_clock-inline.patch \ file://mame.desktop \ " -PV = "0219" -SRCREV = "221f00644261049b4a63fe448f8a968135b070c3" +PV = "0220" +SRCREV = "c5c5723b9d5c19220825eaaebf4eb12e2f452a7a" S = "${WORKDIR}/git" inherit siteinfo gtk-icon-cache @@ -96,7 +96,7 @@ do_install() { install -d ${D}${bindir} install -pm 755 castool chdman floptool imgtool jedutil ldresample ldverify \ mame nltool nlwav pngcmp romcmp unidasm ${D}${bindir} - for tool in regrep split src2html srcclean; do + for tool in regrep split srcclean; do install -pm 755 $tool ${D}${bindir}/${BPN}-$tool done