aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-support/curl/curl_%.bbappend
blob: 2f1dd7c6d18fd561e42bfecec03d431548b41063 (plain)
1
2
3
4
5
6
7
8
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

# We need openssl support for nativesdk-curl to ensure we can clone https
# repositories with nativesdk-git.
DEPENDS:append:class-nativesdk:mel = " nativesdk-openssl"
PACKAGECONFIG:append:class-nativesdk:mel = " ssl"