mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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@openavr.org> Signed-off-by: Matthew Stanger <matthew_stanger@trimble.com> Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
02645cdfc1
commit
aad4917e13
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
|
|||||||
|
|
||||||
inherit gnomebase gettext systemd vala gobject-introspection bash-completion
|
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 \
|
SRC_URI = "http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \
|
||||||
file://0001-Do-not-set-Wno-unused-but-set-variable.patch \
|
file://0001-Do-not-set-Wno-unused-but-set-variable.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user