summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-pycurl_7.19.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-pycurl_7.19.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
index c8841f4405..b868ad8cde 100644
--- a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
+++ b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b
8 file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518" 8 file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518"
9 9
10DEPENDS = "curl python" 10DEPENDS = "curl python"
11RDEPENDS = "python-core curl" 11RDEPENDS_${PN} = "python-core curl"
12SRCNAME = "pycurl" 12SRCNAME = "pycurl"
13PR = "r0" 13PR = "r1"
14 14
15SRC_URI = "\ 15SRC_URI = "\
16 http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ 16 http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \