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:
Javier Viguera 2015-12-03 14:06:58 +01:00
parent 0732296873
commit 35108d2c32
1 changed files with 1 additions and 1 deletions

View File

@ -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 \