modemmanager: add intltool-native dependency
The autotools class is trying to execute: intltoolize --copy --force --automake so there is a intltool-native dependency. Fix: run.do_configure: intltoolize: not found ERROR: Function failed: do_configure Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
0732296873
commit
35108d2c32
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
|
||||||
|
|
||||||
inherit autotools gettext gtk-doc systemd
|
inherit autotools gettext gtk-doc systemd
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 libmbim libqmi udev dbus-glib"
|
DEPENDS = "glib-2.0 libmbim libqmi udev dbus-glib intltool-native"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \
|
http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue