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 /knights | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'knights')
-rw-r--r-- | knights/knights_1.14.oe | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/knights/knights_1.14.oe b/knights/knights_1.14.oe index 362f39299a..9f4a204509 100644 --- a/knights/knights_1.14.oe +++ b/knights/knights_1.14.oe @@ -6,11 +6,10 @@ LICENSE = "GPL" RDEPENDS = "libqpe1 phalanx" DEPENDS = "virtual/libc virtual/libqpe" -SRC_URI = http://www.houseoffish.org/${PN}/downloads/${PN}.tar.gz \ - file://${FILESDIR}/libqpe-opie.patch;patch=1 \ - file://${FILESDIR}/gcc3.patch;patch=1 - -S = "${WORKDIR}/${PN}" +SRC_URI = "http://www.houseoffish.org/knights/downloads/knights.tar.gz \ + file://${FILESDIR}/libqpe-opie.patch;patch=1 \ + file://${FILESDIR}/gcc3.patch;patch=1" +S = "${WORKDIR}/knights" inherit palmtop |