diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /sidplayer | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'sidplayer')
-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 |