summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-28 23:25:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-28 23:25:20 +0200
commit58441cfd482813a7d7610d2c87dd94bc385795a0 (patch)
tree4e49389bbafaeade7219ade2a43d5a8d54191456
parent3b09e27f3ee135483a53fc4df1b5af9bb8940aaa (diff)
downloadbuildroot-58441cfd482813a7d7610d2c87dd94bc385795a0.tar.gz
buildroot-58441cfd482813a7d7610d2c87dd94bc385795a0.zip
flickcurl: remove ca-certificates as a build dependency
ca-certificates is a runtime dependency only, so selecting it in the Config.in file is sufficient, adding it to FLICKCURL_DEPENDENCIES is not useful. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/flickcurl/flickcurl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/flickcurl/flickcurl.mk b/package/flickcurl/flickcurl.mk
index 7fb212f125..67e88518f4 100644
--- a/package/flickcurl/flickcurl.mk
+++ b/package/flickcurl/flickcurl.mk
@@ -11,7 +11,7 @@ FLICKCURL_LICENSE_FILES = COPYING COPYING.LIB LICENSE-2.0.txt LICENSE.html
FLICKCURL_INSTALL_STAGING = YES
FLICKCURL_CONFIG_SCRIPTS = flickcurl-config
FLICKCURL_CONF_OPT = --without-curl-config --without-xml2-config --without-raptor
-FLICKCURL_DEPENDENCIES = libcurl libxml2 openssl ca-certificates host-pkgconf
+FLICKCURL_DEPENDENCIES = libcurl libxml2 openssl host-pkgconf
ifeq ($(BR2_PACKAGE_FLICKCURL_UTILS),)
define FLICKCURL_REMOVE_UTILS
OpenPOWER on IntegriCloud