diff options
author | Raymond Danks <raymond@edanks.com> | 2006-04-18 01:25:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-18 01:25:46 +0000 |
commit | d6912a787bfc8392a54778ca65290c356ce22e58 (patch) | |
tree | 4b806c3cdda9724e28e88e19e925bcc2a304d40c /packages/curl/curl-native_7.15.1.bb | |
parent | d558f651695809fbcadac4628eaa19b31c17ea06 (diff) |
curl: upgrade to 7.15.1
Diffstat (limited to 'packages/curl/curl-native_7.15.1.bb')
-rw-r--r-- | packages/curl/curl-native_7.15.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/curl/curl-native_7.15.1.bb b/packages/curl/curl-native_7.15.1.bb new file mode 100644 index 0000000000..59af4ef32e --- /dev/null +++ b/packages/curl/curl-native_7.15.1.bb @@ -0,0 +1,13 @@ +include curl_${PV}.bb +inherit 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() { + : +} + |