summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--curl/curl-7.12.0/m4.patch0
-rw-r--r--curl/curl_7.10.8.oe20
-rw-r--r--curl/curl_7.11.0.oe20
-rw-r--r--curl/curl_7.12.0.oe0
-rw-r--r--python/python-curl_7.11.0.oe12
-rw-r--r--python/python-pycurl_7.12.oe0
6 files changed, 0 insertions, 52 deletions
diff --git a/curl/curl-7.12.0/m4.patch b/curl/curl-7.12.0/m4.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/curl/curl-7.12.0/m4.patch
diff --git a/curl/curl_7.10.8.oe b/curl/curl_7.10.8.oe
deleted file mode 100644
index bac29ec9be..0000000000
--- a/curl/curl_7.10.8.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DEPENDS = "zlib"
-DESCRIPTION = "Command line tool and library for \
-client-side URL transfers."
-
-SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
- --without-ssl --with-random=/dev/urandom"
-
-do_stage () {
- install -d ${STAGING_INCDIR}/curl
- install -m 0644 ${S}/include/curl/*.h ${STAGING_INCDIR}/curl/
- oe_libinstall -so -a -C lib libcurl ${STAGING_LIBDIR}
-
- cat curl-config | sed -e "s,-I/usr/include,-I${STAGING_INCDIR}/," \
- | sed -e "s,-L/usr/lib , , "> ${STAGING_BINDIR}/curl-config
- chmod a+rx ${STAGING_BINDIR}/curl-config
-}
diff --git a/curl/curl_7.11.0.oe b/curl/curl_7.11.0.oe
deleted file mode 100644
index f1a536eb09..0000000000
--- a/curl/curl_7.11.0.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DEPENDS = "zlib"
-DESCRIPTION = "Command line tool and library for \
-client-side URL transfers."
-
-SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
- --without-ssl --with-random=/dev/urandom"
-
-do_stage () {
- install -d ${STAGING_INCDIR}/curl
- install -m 0644 ${S}/include/curl/*.h ${STAGING_INCDIR}/curl/
- oe_libinstall -so -a -C lib libcurl ${STAGING_LIBDIR}
-
- cat curl-config | sed -e "s,-I/usr/include,-I${STAGING_INCDIR}/," \
- | sed -e "s,-L/usr/lib , , "> ${STAGING_BINDIR}/curl-config
- chmod a+rx ${STAGING_BINDIR}/curl-config
-}
diff --git a/curl/curl_7.12.0.oe b/curl/curl_7.12.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/curl/curl_7.12.0.oe
diff --git a/python/python-curl_7.11.0.oe b/python/python-curl_7.11.0.oe
deleted file mode 100644
index ec9a1f9b65..0000000000
--- a/python/python-curl_7.11.0.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "libcurl Python Bindings"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core curl (${PV})"
-DEPENDS = "curl-${PV}"
-SRCNAME = "pycurl"
-
-SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
diff --git a/python/python-pycurl_7.12.oe b/python/python-pycurl_7.12.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-pycurl_7.12.oe