[Buildroot] [git commit] package/lynx: remove duplicate dependency for host-pkg-conf

Peter Korsgaard peter at korsgaard.com
Wed May 15 11:42:55 UTC 2019


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

host-pkg-conf is already in default lynx's dependencies so remove it
from openssl condition block.

Signed-off-by: Vadim Kochan <vadim4j at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/lynx/lynx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lynx/lynx.mk b/package/lynx/lynx.mk
index b6cc1b2b91..07a3ddfcf0 100644
--- a/package/lynx/lynx.mk
+++ b/package/lynx/lynx.mk
@@ -21,7 +21,7 @@ LYNX_CONF_OPTS += --with-screen=slang
 endif
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
-LYNX_DEPENDENCIES += host-pkgconf openssl
+LYNX_DEPENDENCIES += openssl
 LYNX_CONF_OPTS += --with-ssl=$(STAGING_DIR)/usr
 LYNX_LIBS += `$(PKG_CONFIG_HOST_BINARY) --libs openssl`
 else ifeq ($(BR2_PACKAGE_GNUTLS),y)


More information about the buildroot mailing list