diff options
Diffstat (limited to 'sidplayer')
-rw-r--r-- | sidplayer/sidplayer_1.5.0.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sidplayer/sidplayer_1.5.0.oe b/sidplayer/sidplayer_1.5.0.oe index 065277dcbf..2c1528faaa 100644 --- a/sidplayer/sidplayer_1.5.0.oe +++ b/sidplayer/sidplayer_1.5.0.oe @@ -6,9 +6,9 @@ LICENSE = "GPL" DEPENDS = "libsidplay" SRC_URI = "http://sidplayer.sourceforge.net/sidplayer.tar.gz \ - file://${FILESDIR}/use-external-libsidplay.patch;patch=1 \ - file://${FILESDIR}/gcc3.patch;patch=1 \ - file://${FILESDIR}/gcc34.patch;patch=1" + file://use-external-libsidplay.patch;patch=1 \ + file://gcc3.patch;patch=1 \ + file://gcc34.patch;patch=1" S = "${WORKDIR}/sidplayer" EXTRA_QMAKEVARS_PRE = "QMAKE_INCDIR=${STAGING_INCDIR}/sidplay" |