mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
network-manager-applet: Fix missing DEPENDS and QA warnings.
This fixes: | checking for ISO_CODES... no | No package 'iso-codes' found. and | checking for GNOME_KEYRING... no | configure: error: Package requirements (gnome-keyring-1) were not met: Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
cd06a14023
commit
9d030d368c
|
|
@ -2,7 +2,7 @@ DESCRIPTION = "GTK+ applet for NetworkManager"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
DEPENDS = "gnome-bluetooth polkit-gnome libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
|
||||
DEPENDS = "gnome-bluetooth polkit-gnome libnotify networkmanager dbus-glib libglade gconf gnome-keyring libgnome-keyring iso-codes"
|
||||
|
||||
inherit gnome
|
||||
|
||||
|
|
@ -32,5 +32,7 @@ FILES_${PN} += "${datadir}/nm-applet/ \
|
|||
"
|
||||
|
||||
FILES_${PN} += "${libdir}/gnome-bluetooth/plugins/*.so"
|
||||
FILES_${PN}-dev += "${libdir}/gnome-bluetooth/plugins/libnma.la"
|
||||
FILES_${PN}-staticdev += "${libdir}/gnome-bluetooth/plugins/libnma.a"
|
||||
FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user