remove unnessroy library
This commit is contained in:
parent
79858b33f3
commit
89be23351b
|
@ -8,7 +8,7 @@ SRC_URI = "https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-$
|
|||
SRC_URI[md5sum] = "2bca98caef4b5c27d5bdc4732f36a5d6"
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue