aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/curl/curl-native_7.18.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/curl/curl-native_7.18.2.bb')
-rw-r--r--recipes/curl/curl-native_7.18.2.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/curl/curl-native_7.18.2.bb b/recipes/curl/curl-native_7.18.2.bb
new file mode 100644
index 0000000000..f0e2b8940e
--- /dev/null
+++ b/recipes/curl/curl-native_7.18.2.bb
@@ -0,0 +1,12 @@
+require curl_${PV}.bb
+inherit native
+DEPENDS = "zlib-native"
+
+do_stage () {
+ autotools_stage_all
+}
+
+do_install() {
+ :
+}
+