aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-17 08:30:54 -0800
committerRobert Yang <liezhi.yang@windriver.com>2015-01-25 17:34:26 -0800
commita3f522af049a44fcbf78eebf45e2e502b65dea3b (patch)
tree1738dc68d355a226bb5898355e639c3b82871b9d
parent085d37071ddae351b291defbfdf2cd536ec56a8b (diff)
downloadmeta-openembedded-contrib-a3f522af049a44fcbf78eebf45e2e502b65dea3b.tar.gz
dnssec-conf: depends libxslt-native
Fixed: xmlto: Can't continue, xsltproc tool not found or not executable. Makefile:20: recipe for target 'dnssec-configure.8' failed make: *** [dnssec-configure.8] Error 3 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb b/meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb
index d366abde29..6a50971e83 100644
--- a/meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb
+++ b/meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb
@@ -12,7 +12,8 @@ HOMEPAGE = "https://github.com/xelerance/dnssec-conf"
SECTION = "System Environment/Daemons"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0636e73ff0215e8d672dc4c32c317bb3"
-DEPENDS += " xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
+DEPENDS += "xmlto-native docbook-xml-dtd4-native \
+ docbook-xsl-stylesheets-native libxslt-native"
SRC_URI = "git://github.com/xelerance/dnssec-conf.git"
SRCREV = "8e799683736b4a7b5e5e78f98fba0a6f48393537"