diff options
Diffstat (limited to 'python/python-pycodes_1.1.oe')
-rw-r--r-- | python/python-pycodes_1.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-pycodes_1.1.oe b/python/python-pycodes_1.1.oe index 050de75ef3..07fe517376 100644 --- a/python/python-pycodes_1.1.oe +++ b/python/python-pycodes_1.1.oe @@ -11,7 +11,7 @@ DEPENDS = "virtual/libc" SRCNAME = "pycodes" SRC_URI = "http://www.csua.berkeley.edu/~emin/source_code/pycodes/pycodes-1-1.tar.gz \ - file://${FILESDIR}/no-docs.patch;patch=1" + file://no-docs.patch;patch=1" S = "${WORKDIR}/${SRCNAME}" inherit distutils |