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 /irk | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'irk')
-rw-r--r-- | irk/irk_0.10.0.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irk/irk_0.10.0.oe b/irk/irk_0.10.0.oe index cb19f0872d..4fd7ee218c 100644 --- a/irk/irk_0.10.0.oe +++ b/irk/irk_0.10.0.oe @@ -6,12 +6,12 @@ LICENSE = "GPL" RDEPENDS = "libqpe1 libsdl lirc" DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl lirc" -SRC_URI = http://downloads.zaurususergroup.com/community/66.180.235.230/download.php/461/${P}.tgz -S = "${WORKDIR}/${PN}" +SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/download.php/461/irk-${PV}.tgz" +S = "${WORKDIR}/irk" inherit palmtop -EXTRA_QMAKEVARS_POST = 'CONFIG-=qtopia' +EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia" do_install() { install -d ${D}/${sysconfdir} |