remove unnessroy library

This commit is contained in:
Huang Xin 2022-07-01 05:37:10 -07:00
parent 79858b33f3
commit 89be23351b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SRC_URI = "https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-$
SRC_URI[md5sum] = "2bca98caef4b5c27d5bdc4732f36a5d6" SRC_URI[md5sum] = "2bca98caef4b5c27d5bdc4732f36a5d6"
SRC_URI[sha256sum] = "07c89947438f0254c2f4300a884813431d678cfb2e699d9aacddc28c23e2a685" SRC_URI[sha256sum] = "07c89947438f0254c2f4300a884813431d678cfb2e699d9aacddc28c23e2a685"
DEPENDS = "libxml2 openssl zlib jansson cunit c-ares jemalloc" DEPENDS = "libxml2 openssl zlib jansson cunit c-ares"
inherit cmake pythonnative python-dir inherit cmake pythonnative python-dir