diff options
Diffstat (limited to 'sidplayer/sidplayer_1.5.0.oe')
-rw-r--r-- | sidplayer/sidplayer_1.5.0.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sidplayer/sidplayer_1.5.0.oe b/sidplayer/sidplayer_1.5.0.oe index e3d6a453b3..66a80d3dc2 100644 --- a/sidplayer/sidplayer_1.5.0.oe +++ b/sidplayer/sidplayer_1.5.0.oe @@ -6,11 +6,11 @@ LICENSE = "GPL" RDEPENDS = "libqpe1 libsidplay" DEPENDS = "virtual/libc libsidplay" -SRC_URI = http://${PN}.sourceforge.net/${PN}.tar.gz \ - file://${FILESDIR}/use-external-libsidplay.patch;patch=1 \ - file://${FILESDIR}/gcc3.patch;patch=1 -S = "${WORKDIR}/${PN}" -EXTRA_QMAKEVARS_PRE = 'QMAKE_INCDIR=${STAGING_INCDIR}/sidplay' +SRC_URI = "http://sidplayer.sourceforge.net/sidplayer.tar.gz \ + file://${FILESDIR}/use-external-libsidplay.patch;patch=1 \ + file://${FILESDIR}/gcc3.patch;patch=1" +S = "${WORKDIR}/sidplayer" +EXTRA_QMAKEVARS_PRE = "QMAKE_INCDIR=${STAGING_INCDIR}/sidplay" inherit palmtop |