diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-15 02:12:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-15 02:12:19 +0000 |
commit | a8fabd5cfb977f297df2361ef37b202861ed0ee0 (patch) | |
tree | b0ca4ca9c6f82522732fab8bc71d1b16984d1428 | |
parent | 85a21c8002497baa8f9f682f456b0b66e60bfe3b (diff) |
add curl 7.11.0 and python-curl 7.11.0
BKrev: 402ed583QdsHyoAXCk6tLw49-VOtBg
-rw-r--r-- | curl/curl_7.10.8.oe | 1 | ||||
-rw-r--r-- | curl/curl_7.11.0.oe | 0 | ||||
-rw-r--r-- | gpsd/gpsd_1.10.oe | 5 | ||||
-rw-r--r-- | python/python-curl_7.11.0.oe | 0 |
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 |