diff options
Diffstat (limited to 'python/python-pylinda_0.1.oe')
-rw-r--r-- | python/python-pylinda_0.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-pylinda_0.1.oe b/python/python-pylinda_0.1.oe index 33700a3d31..6c9d8acacd 100644 --- a/python/python-pylinda_0.1.oe +++ b/python/python-pylinda_0.1.oe @@ -7,7 +7,7 @@ DEPENDS = "virtual/libc" SRCNAME = "linda" SRC_URI = "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-${PV}.tar.gz \ - file://${FILESDIR}/honor-datadir.patch;patch=1" + file://honor-datadir.patch;patch=1" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |