diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-12 14:44:51 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-12 14:44:51 +0000 |
commit | cc161c965f86874169fc78eefc7626ad203df18a (patch) | |
tree | 07bc6d7ec5713d327f415e3f9de5238c32cf979f /recipes/curl/curl-native_7.19.6.bb | |
parent | 61d5b1571e508380874e9c795a18285d0be73a99 (diff) |
curl: Drop unneeded custom staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/curl/curl-native_7.19.6.bb')
-rw-r--r-- | recipes/curl/curl-native_7.19.6.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/curl/curl-native_7.19.6.bb b/recipes/curl/curl-native_7.19.6.bb index b201530cf6..392476b745 100644 --- a/recipes/curl/curl-native_7.19.6.bb +++ b/recipes/curl/curl-native_7.19.6.bb @@ -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() { - : -} |