[Buildroot] [git commit] package/libev: enable for host

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Oct 29 09:42:15 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=ee9e281da7fff355d21b586b0f425ac36b389531
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Enable host support because host-sysrepo depends on host-libev and
host-sysrepo is needed for netopeer-keystored.

Signed-off-by: Heiko Thiery <heiko.thiery at kontron.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/libev/libev.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libev/libev.mk b/package/libev/libev.mk
index 2b2d5db004..38b0530f62 100644
--- a/package/libev/libev.mk
+++ b/package/libev/libev.mk
@@ -18,3 +18,4 @@ endef
 LIBEV_POST_PATCH_HOOKS += LIBEV_DISABLE_EVENT_H_INSTALL
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))


More information about the buildroot mailing list