From 073575dbb0c5ab8c1fb289c5552175e0fb4e0991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 16 Oct 2022 13:12:03 +0200 Subject: [PATCH] dosbox-staging: Upgrade 0.78.1 -> 0.79.1 to fix build in recent oe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-emulators/dosbox/dosbox-staging.bb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes-emulators/dosbox/dosbox-staging.bb b/recipes-emulators/dosbox/dosbox-staging.bb index 339c50c..191f04f 100644 --- a/recipes-emulators/dosbox/dosbox-staging.bb +++ b/recipes-emulators/dosbox/dosbox-staging.bb @@ -1,8 +1,8 @@ SUMMARY = "DOS/x86 emulator focusing on ease of use" HOMEPAGE = "https://dosbox-staging.github.io/" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=a75e9ff85f9de2c690521c2b6ddd26cf" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=ca8be14ecd86a8ae1155f8023c73bca6" DEPENDS = " \ libsdl2 \ @@ -15,15 +15,16 @@ DEPENDS = " \ opusfile \ munt \ libslirp \ + iir1 \ " inherit meson pkgconfig gtk-icon-cache features_check REQUIRED_DISTRO_FEATURES = "x11 opengl" -SRC_URI = "git://github.com/dosbox-staging/dosbox-staging.git;branch=main;protocol=https" -SRCREV = "50abadd8bf4ed736344ac2c6b25c85de822693ce" -PV = "0.78.1" +SRC_URI = "git://github.com/dosbox-staging/dosbox-staging.git;branch=release/0.79.x;protocol=https" +SRCREV = "dd7f21809870cc998005b3b09a33f1c36bd764a6" +PV = "0.79.1" S = "${WORKDIR}/git" DYNCORE ?= "-Ddynamic_core=dynrec"