diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-26 05:01:05 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-26 05:01:05 +0000 |
commit | 32cceafdb07307581ea9d0b82e3b4453589a7394 (patch) | |
tree | 482deaaede1089d49e6a13c1c5b51440e40bf5e6 /txdrug | |
parent | 03559d2c5968695a388f09d58267d20b1e867e6c (diff) |
Correct a few SRC_URI vars.
BKrev: 40b424919USj6urYoQwcGO6sTcrqmQ
Diffstat (limited to 'txdrug')
-rw-r--r-- | txdrug/txdrug_0.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe index d1855dc70a..a12823f196 100644 --- a/txdrug/txdrug_0.1.oe +++ b/txdrug/txdrug_0.1.oe @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libc virtual/libqpe sqlite" SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \ - file://${palmtopdir}" + file://${FILESDIR}/${palmtopdir}" S = "${WORKDIR}/txdrug-tar" inherit palmtop |