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 /curl | |
parent | 85a21c8002497baa8f9f682f456b0b66e60bfe3b (diff) |
add curl 7.11.0 and python-curl 7.11.0
BKrev: 402ed583QdsHyoAXCk6tLw49-VOtBg
Diffstat (limited to 'curl')
-rw-r--r-- | curl/curl_7.10.8.oe | 1 | ||||
-rw-r--r-- | curl/curl_7.11.0.oe | 0 |
2 files changed, 1 insertions, 0 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 |