diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-10-15 22:58:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-10-15 22:58:41 -0700 |
commit | 6901dc958c4254bafd4105c6c751246d50ba5ecd (patch) | |
tree | 7e5914e0d016402a167864ebb9a63c4120f893e6 /recipes/curl/curl-sdk-7.19.7 | |
parent | 3740dea7ec2f0e9469248bb8c117551a8261d2d8 (diff) | |
download | openembedded-6901dc958c4254bafd4105c6c751246d50ba5ecd.tar.gz |
curl: Fix build for native BBLASSEXTEND
Delete unused recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/curl/curl-sdk-7.19.7')
-rw-r--r-- | recipes/curl/curl-sdk-7.19.7/pkgconfig_fix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/curl/curl-sdk-7.19.7/pkgconfig_fix.patch b/recipes/curl/curl-sdk-7.19.7/pkgconfig_fix.patch deleted file mode 100644 index 7966779d4a..0000000000 --- a/recipes/curl/curl-sdk-7.19.7/pkgconfig_fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: curl-7.16.4/libcurl.pc.in -=================================================================== ---- curl-7.16.4.orig/libcurl.pc.in 2007-02-18 09:41:27.000000000 +0000 -+++ curl-7.16.4/libcurl.pc.in 2008-03-18 11:42:43.000000000 +0000 -@@ -33,6 +33,6 @@ - URL: http://curl.haxx.se/ - Description: Library to transfer files with ftp, http, etc. - Version: @VERSION@ --Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@ --Libs.private: @LIBCURL_LIBS@ @LIBS@ -+Libs: -L${libdir} -lcurl -+Libs.private: -ldl -lz - Cflags: -I${includedir} |