[oe-commits] [meta-openembedded] 05/05: modemmanager: Add libxslt-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Jan 12 16:22:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit aad4917e13bb014ea11cb140ba568e065b147c21
Author: Theodore A. Roth <troth at openavr.org>
AuthorDate: Fri Jan 11 12:14:54 2019 -0700

    modemmanager: Add libxslt-native to DEPENDS
    
    Addresses the following build error:
    
    | make[2]: Entering directory '/home/matt/renew_thud/build/tmp/work/armv5e-poky-linux-gnueabi/modemmanager/1.8.2-r0.tr0/build/include'
    | xsltproc --xinclude --nonet ../../ModemManager-1.8.2/build-aux/header-generator.xsl ../../ModemManager-1.8.2/introspection/all.xml > ModemManager-names.h
    | /bin/bash: xsltproc: command not found
    | make[2]: *** [Makefile:651: ModemManager-names.h] Error 127
    
    Problem doesn't manifest if the host has already installed xsltproc
    outside of OE environment.
    
    Signed-off-by: Theodore A. Roth <troth at openavr.org>
    Signed-off-by: Matthew Stanger <matthew_stanger at trimble.com>
    Signed-off-by: Theodore A. Roth <theodore_roth at trimble.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb
index f8e074a..b374cb7 100644
--- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
 
 inherit gnomebase gettext systemd vala gobject-introspection bash-completion
 
-DEPENDS = "glib-2.0 libgudev dbus-glib intltool-native"
+DEPENDS = "glib-2.0 libgudev dbus-glib intltool-native libxslt-native"
 
 SRC_URI = "http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \
            file://0001-Do-not-set-Wno-unused-but-set-variable.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list