diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-20 20:21:09 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-20 20:21:09 +0000 |
commit | d463407afaeaafa4ecae7f17437a8fcc2a06b258 (patch) | |
tree | 85d3ae668301c22f615d49cb7d9f62996548ba60 /packages/curl | |
parent | ef16628db7957e192d172b01a6f2825b4f5a6147 (diff) |
curl-native: uses autotools, so let us stage with autotools_stage_all
Diffstat (limited to 'packages/curl')
-rw-r--r-- | 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 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() { |