From: Michael Lauer Date: Thu, 29 Apr 2004 22:31:21 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~19462 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f701e0c6d8c8c6f014853ef9b47c8ea9c8e9102;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/04/30 00:31:11+02:00 uni-frankfurt.de!mickey remove bogus / spotted by jh BKrev: 409182393mnjQs-XTt-Fb9l4vvyqLQ --- diff --git a/curl/curl_7.11.0.oe b/curl/curl_7.11.0.oe index 6f07ca3735..0bbd7a57b9 100644 --- a/curl/curl_7.11.0.oe +++ b/curl/curl_7.11.0.oe @@ -14,7 +14,7 @@ do_stage () { install -m 0644 ${S}/include/curl/*.h ${STAGING_INCDIR}/curl/ oe_soinstall lib/.libs/libcurl.so.2.0.2 ${STAGING_LIBDIR}/ install -m 0644 lib/.libs/libcurl.a ${STAGING_LIBDIR}/ - install -m 0644 /lib/.libs/libcurl.lai ${STAGING_LIBDIR}/libcurl.la + install -m 0644 lib/.libs/libcurl.lai ${STAGING_LIBDIR}/libcurl.la cat curl-config | sed -e "s,-I/usr/include,-I${STAGING_INCDIR}/," \ | sed -e "s,-L/usr/lib , , "> ${STAGING_BINDIR}/curl-config