summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--curl/curl_7.10.8.oe1
-rw-r--r--curl/curl_7.11.0.oe0
-rw-r--r--gpsd/gpsd_1.10.oe5
-rw-r--r--python/python-curl_7.11.0.oe0
4 files changed, 4 insertions, 2 deletions
diff --git a/curl/curl_7.10.8.oe b/curl/curl_7.10.8.oe
index 0ba55c7974..56ec96c297 100644
--- a/curl/curl_7.10.8.oe
+++ b/curl/curl_7.10.8.oe
@@ -16,4 +16,5 @@ do_stage () {
ln -sf libcurl.so.2.0.2 ${STAGING_LIBDIR}/libcurl.so
install -m 0644 ${S}/lib/.libs/libcurl.a ${STAGING_LIBDIR}/
install -m 0644 ${S}/lib/.libs/libcurl.lai ${STAGING_LIBDIR}/libcurl.la
+ install -m 0755 curl-config ${STAGING_BINDIR}/
}
diff --git a/curl/curl_7.11.0.oe b/curl/curl_7.11.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/curl/curl_7.11.0.oe
diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe
index fdd1d8150a..16ad1beff0 100644
--- a/gpsd/gpsd_1.10.oe
+++ b/gpsd/gpsd_1.10.oe
@@ -1,5 +1,6 @@
-SECTION="NET"
-PRIORITY="optional"
+DESCRIPTION=A TCP/IP Daemon simplifying the communication with GPS devices
+SECTION=net
+PRIORITY=optional
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS=libc6
DEPENDS=virtual/libc
diff --git a/python/python-curl_7.11.0.oe b/python/python-curl_7.11.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-curl_7.11.0.oe