summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-01-17 10:41:02 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-01-17 10:41:02 +0100
commitc0b021e8a3d7cb507c689ec8ac45108840319eac (patch)
tree11ab3a309282684b9fdff049b7577652f5204809
parentb16a061bdc62e84a56b3c132e3a9199d8053a650 (diff)
curl: drop now unneeded bbappend
Since commit c39452bf65 ("curl: Use openssl backend") openembedded core uses openssl by default. On top of that the package config name changed recently from ssl to openssl resulting in a warning. Just drop the bbappend. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-support/curl/curl_%.bbappend3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-support/curl/curl_%.bbappend b/recipes-support/curl/curl_%.bbappend
deleted file mode 100644
index 70c8849..0000000
--- a/recipes-support/curl/curl_%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-# Use default packageconfig but .NET Core 2.0 prefers OpenSSL backend
-PACKAGECONFIG:remove = "gnutls"
-PACKAGECONFIG:append = " ssl"