From 979574e784f34d14e3e3a9ba430d856a245b87b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 28 Jan 2019 11:42:25 +0100 Subject: [PATCH] vice: replace PN by BPN in SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-emulators/vice/vice_3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-emulators/vice/vice_3.2.bb b/recipes-emulators/vice/vice_3.2.bb index 8ab0fa7..63d7fab 100644 --- a/recipes-emulators/vice/vice_3.2.bb +++ b/recipes-emulators/vice/vice_3.2.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" # [1] ftp://arnold.c64.org/pub/games/ SRC_URI = " \ - ${SOURCEFORGE_MIRROR}/vice-emu/${PN}-${PV}.tar.gz \ + ${SOURCEFORGE_MIRROR}/vice-emu/${BPN}-${PV}.tar.gz \ file://0001-fix-autoreconfig.patch \ file://0002-Hack-build-with-latest-FFMPEG.patch \ file://c64_16.png \