[oe-commits] Robert Yang : dnssec-conf: depends libxslt-native

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 03:17:27 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: e7d7cf0fd00eb4b639a84fba7b269f82830958c4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e7d7cf0fd00eb4b639a84fba7b269f82830958c4

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Jan 25 17:45:06 2015 -0800

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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 d366abd..6a50971 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"



More information about the Openembedded-commits mailing list