mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
network-manager-applet: addmissing intltool-native dependency
Recipes that use intltool need to depend on intltool-native. ... |WARNING: network-manager-applet-1.0.10-r0 do_configure: Missing DEPENDS on intltool-native ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
+4
-1
@@ -2,7 +2,10 @@ SUMMARY = "GTK+ applet for NetworkManager"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||||
|
|
||||||
DEPENDS = "gtk+3 libnotify libsecret networkmanager dbus-glib gconf libgnome-keyring iso-codes nss"
|
DEPENDS = "gtk+3 libnotify libsecret networkmanager dbus-glib \
|
||||||
|
gconf libgnome-keyring iso-codes nss \
|
||||||
|
intltool-native \
|
||||||
|
"
|
||||||
|
|
||||||
inherit gnomebase gsettings gtk-icon-cache gobject-introspection
|
inherit gnomebase gsettings gtk-icon-cache gobject-introspection
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user