fix curl compile maybe not support nghttp2

This commit is contained in:
Huang Xin 2022-05-22 18:16:08 -07:00
parent 49af68ba9e
commit 9b56e3ab0e
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,8 @@ SRC_URI += " file://configure_ac.patch"
SRC_URI[md5sum] = "0dc6c66339d925a6a03ff343f98d095e"
SRC_URI[sha256sum] = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0"
DEPENDS = "nghttp2"
CVE_PRODUCT = "libcurl"
inherit autotools pkgconfig binconfig multilib_header
@ -94,5 +96,3 @@ FILES_lib${BPN} = "${libdir}/lib*.so.*"
RRECOMMENDS_lib${BPN} += "ca-certificates"
FILES_${PN} += "${datadir}/zsh"
BBCLASSEXTEND = "native nativesdk"