From 6c247d1c02a9ad20d05c361e913411d3e47220e9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 4 Aug 2012 18:42:18 +0100 Subject: snes9x-sdl-qpe: use FILESEXTRAPATHS instead of FILESPATHPKG Fixes the following warning during parse: WARNING: Unable to get checksum for snes9x-sdl-qpe SRC_URI entry compile.patch: file could not be found Signed-off-by: Paul Eggleton --- recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qtopia') diff --git a/recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb b/recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb index c5c1d08..51de404 100644 --- a/recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb +++ b/recipes-qtopia/snes9x/snes9x-sdl-qpe_1.39.bb @@ -8,7 +8,7 @@ SRC_URI = "http://sources.openembedded.org/snes9x-sdl-${PV}.tar.bz2 \ file://compile.patch" S = "${WORKDIR}/snes9x-sdl-${PV}" -FILESPATHPKG .= ":snes9x-sdl" +FILESEXTRAPATHS_prepend := "${THISDIR}/snes9x-sdl:" inherit qmake_base palmtop-defs -- cgit 1.2.3-korg