diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 21:09:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 21:09:15 +0000 |
commit | 9c1d536d1277e7b0c3ed3c62626880e5bc84a433 (patch) | |
tree | 3db0605e01f4bc929f4e9d7f1d02027853bd93ba /packages/curl/curl-native_7.16.4.bb | |
parent | 91b5ad926dc3dc52f247ddbf99824bf11da52a13 (diff) |
curl[-native]: update to 7.16.4
Diffstat (limited to 'packages/curl/curl-native_7.16.4.bb')
-rw-r--r-- | packages/curl/curl-native_7.16.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/curl/curl-native_7.16.4.bb b/packages/curl/curl-native_7.16.4.bb new file mode 100644 index 0000000000..e056ec10c3 --- /dev/null +++ b/packages/curl/curl-native_7.16.4.bb @@ -0,0 +1,14 @@ +require curl_${PV}.bb +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} +} + +do_install() { + : +} + |