curl-native: uses autotools, so let us stage with autotools_stage_all
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 20 Sep 2008 20:21:09 +0000 (20:21 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 20 Sep 2008 20:21:09 +0000 (20:21 +0000)
packages/curl/curl-native_7.18.2.bb

index e056ec1..f0e2b89 100644 (file)
@@ -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() {