summaryrefslogtreecommitdiff
path: root/python/python-soappy_0.11.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-soappy_0.11.3.oe')
-rw-r--r--python/python-soappy_0.11.3.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python-soappy_0.11.3.oe b/python/python-soappy_0.11.3.oe
index e15168cfa7..dcff9e2a47 100644
--- a/python/python-soappy_0.11.3.oe
+++ b/python/python-soappy_0.11.3.oe
@@ -6,7 +6,8 @@ RDEPENDS = "python-core python-xml python-fpconst"
DEPENDS = "virtual/libc"
SRCNAME = "SOAPpy"
-SRC_URI = "${SOURCEFORGE_MIRROR}/pywebsvcs/${SRCNAME}-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/pywebsvcs/${SRCNAME}-${PV}.tar.gz \
+ file://fpconst.py"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
@@ -14,5 +15,5 @@ inherit distutils
# *cough*, yes this is a bit hackish.. but for now ;)
do_compile_prepend() {
- install -m 0644 ${FILESDIR}/fpconst.py ${S}/SOAPpy/fpconst.py
+ install -m 0644 ${WORKDIR}/fpconst.py ${S}/SOAPpy/fpconst.py
}