diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-02 12:21:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-02 12:21:45 +0000 |
commit | 2c8c48334dfc9339373f86ba86ba3ec4b62acc4b (patch) | |
tree | 1e4272e96ec2db7d4fa0c1bcbe39c553d5b290f4 /packages/curl/curl-native_7.16.2.bb | |
parent | 5b82b2475954a724071fcae3763d3f314c052e70 (diff) |
curl: update to 7.16.2
Diffstat (limited to 'packages/curl/curl-native_7.16.2.bb')
-rw-r--r-- | packages/curl/curl-native_7.16.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/curl/curl-native_7.16.2.bb b/packages/curl/curl-native_7.16.2.bb new file mode 100644 index 0000000000..e056ec10c3 --- /dev/null +++ b/packages/curl/curl-native_7.16.2.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() { + : +} + |