diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-06 22:58:32 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-06 22:58:32 +0000 |
commit | 42a4e5ed5ab3bc07aedb472b67381d8fb75ca6dc (patch) | |
tree | 10c511a9620f302cd64980a32ffca33cf58af0ed /packages | |
parent | de63588fd5f842623a8fc94e6b327ac71df77393 (diff) |
quake: fix SRC_URI for quetoo (courtesy jlime project)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/quake/quetoo_0.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/quake/quetoo_0.6.1.bb b/packages/quake/quetoo_0.6.1.bb index 9428f501f4..931b002d1c 100644 --- a/packages/quake/quetoo_0.6.1.bb +++ b/packages/quake/quetoo_0.6.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Initially a fork of the Quake2Forge project, this engine aims to LICENSE = "GPLv2" DEPENDS = "libsdl-x11 zlib mesa" -SRC_URI = "http://tastyspleen.net/~jdolan/quetoo-${PV}-full.tar.bz2" +SRC_URI = "http://tastyspleen.net/~jdolan/quetoo-${PV}.tar.bz2" inherit autotools pkgconfig |