curl: Drop unneeded custom staging functions
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 12 Nov 2009 14:44:51 +0000 (14:44 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 12 Nov 2009 14:44:51 +0000 (14:44 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
recipes/curl/curl-common.inc
recipes/curl/curl-native_7.18.2.bb
recipes/curl/curl-native_7.19.6.bb
recipes/curl/curl-sdk_7.18.2.bb

index 4af85ba..41c5d91 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://pkgconfig_fix.patch;patch=1"
 S = "${WORKDIR}/curl-${PV}"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 CURL_FEATURES ?= "zlib,gnutls,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
 # other allowed features: ipv6, ares, openssl
@@ -62,7 +62,5 @@ do_configure_prepend() {
 }
 
 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
 }
index d395021..1eef23b 100644 (file)
@@ -2,11 +2,3 @@ require curl-common.inc
 inherit native
 DEPENDS = "zlib-native"
 PR = "${INC_PR}.1"
-
-do_stage () {
-       autotools_stage_all
-}
-
-do_install() {
-       :
-}
index b201530..392476b 100644 (file)
@@ -4,11 +4,3 @@ DEPENDS = "zlib-native"
 PR = "${INC_PR}.2"
 
 CURL_FEATURES = "zlib,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp"
-
-do_stage () {
-       autotools_stage_all
-}
-
-do_install() {
-       :
-}
index 8eed3d6..f1fd34f 100644 (file)
@@ -2,13 +2,3 @@ require curl-common.inc
 inherit sdk
 DEPENDS = "zlib-sdk"
 PR = "${INC_PR}.1"
-
-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}
-}
-
-do_install() {
-       :
-}