diff options
author | Michael Smith <msmith@cbnco.com> | 2009-10-23 11:00:20 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-10-25 16:28:07 -0400 |
commit | 388a34e02861a252887d4dd2756c3b1cc89db4cf (patch) | |
tree | 14a3481e479a6b6d4183d5991212183980a55549 /recipes/curl/curl-native_7.19.6.bb | |
parent | e698a27699e7b64c8f654bce414746bc8584b329 (diff) |
curl, curl-native: add 7.19.6
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/curl/curl-native_7.19.6.bb')
-rw-r--r-- | recipes/curl/curl-native_7.19.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/curl/curl-native_7.19.6.bb b/recipes/curl/curl-native_7.19.6.bb new file mode 100644 index 0000000000..2f49ad1d31 --- /dev/null +++ b/recipes/curl/curl-native_7.19.6.bb @@ -0,0 +1,11 @@ +require curl-common.inc +inherit native +DEPENDS = "zlib-native" + +do_stage () { + autotools_stage_all +} + +do_install() { + : +} |