mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
package/nghttp2-asio: fix package naming
~/src/infix/x-riscv(riscv)$ make Makefile:574: *** nghttp2-asio is in the dependency chain of rousette that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop. Fixes #536 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_LIBNGHTTP2_ASIO
|
||||
bool "libnghttp2-asio"
|
||||
config BR2_PACKAGE_NGHTTP2_ASIO
|
||||
bool "nghttp2-asio"
|
||||
depends on BR2_USE_MMU
|
||||
select BR2_PACKAGE_NGHTTP2
|
||||
select BR2_PACKAGE_BOOST
|
||||
|
||||
@@ -8,7 +8,6 @@ config BR2_PACKAGE_ROUSETTE
|
||||
select BR2_PACKAGE_DOCOPT_CPP
|
||||
select BR2_PACKAGE_LIBYANG_CPP
|
||||
select BR2_PACKAGE_NGHTTP2
|
||||
select BR2_PACKAGE_LIBNGHTTP2_ASIO
|
||||
select BR2_PACKAGE_NGHTTP2_ASIO
|
||||
select BR2_PACKAGE_SPDLOG
|
||||
select BR2_PACKAGE_SYSREPO_CPP
|
||||
|
||||
Reference in New Issue
Block a user