[oe-commits] : curl-native: uses autotools, so let us stage with autotools_stage_all

OE GIT Trial gittrial at amethyst.openembedded.net
Sat Sep 20 20:36:10 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 236457e542d0e9bf141894d40e6e71c4e7b8d890
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=236457e542d0e9bf141894d40e6e71c4e7b8d890

Author:  <woglinde2 at openembedded.org>
Date:   Sat Sep 20 20:21:09 2008 +0000

curl-native: uses autotools, so let us stage with autotools_stage_all

---

 packages/curl/curl-native_7.18.2.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/packages/curl/curl-native_7.18.2.bb b/packages/curl/curl-native_7.18.2.bb
index e056ec1..f0e2b89 100644
--- a/packages/curl/curl-native_7.18.2.bb
+++ b/packages/curl/curl-native_7.18.2.bb
@@ -3,9 +3,7 @@ inherit native
 DEPENDS = "zlib-native"
 
 do_stage () {
-        install -d ${STAGING_INCDIR}/curl
-        install -m 0644 ${S}/include/curl/*.h ${STAGING_INCDIR}/curl/
-        oe_libinstall -so -a -C lib libcurl ${STAGING_LIBDIR}
+	autotools_stage_all
 }
 
 do_install() {





More information about the Openembedded-commits mailing list