From: Henning Heinold Date: Sat, 20 Sep 2008 20:21:09 +0000 (+0000) Subject: curl-native: uses autotools, so let us stage with autotools_stage_all X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d463407afaeaafa4ecae7f17437a8fcc2a06b258;p=openembedded.git curl-native: uses autotools, so let us stage with autotools_stage_all --- diff --git a/packages/curl/curl-native_7.18.2.bb b/packages/curl/curl-native_7.18.2.bb index e056ec10c3..f0e2b8940e 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() {