diff options
| author | Samuel Stirtzel <s.stirtzel@googlemail.com> | 2012-04-05 14:12:52 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-10 08:54:59 +0200 |
| commit | 9d030d368ccffe10a7ab13f82addb1968f339947 (patch) | |
| tree | 8fdc40395c9901ba6832c59150b745ea23a6aa7b | |
| parent | cd06a14023c12002a40e2ad585d45b521e624ad2 (diff) | |
| download | meta-openembedded-9d030d368ccffe10a7ab13f82addb1968f339947.tar.gz | |
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>
| -rw-r--r-- | meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb b/meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb index aee599f6b2..7939c1e670 100644 --- a/meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb +++ b/meta-gnome/recipes-connectivity/networkmanager/network-manager-applet_0.9.2.0.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "GTK+ applet for NetworkManager" | |||
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 4 | 4 | ||
| 5 | DEPENDS = "gnome-bluetooth polkit-gnome libnotify networkmanager dbus-glib libglade gconf gnome-keyring" | 5 | DEPENDS = "gnome-bluetooth polkit-gnome libnotify networkmanager dbus-glib libglade gconf gnome-keyring libgnome-keyring iso-codes" |
| 6 | 6 | ||
| 7 | inherit gnome | 7 | inherit gnome |
| 8 | 8 | ||
| @@ -32,5 +32,7 @@ FILES_${PN} += "${datadir}/nm-applet/ \ | |||
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | FILES_${PN} += "${libdir}/gnome-bluetooth/plugins/*.so" | 34 | FILES_${PN} += "${libdir}/gnome-bluetooth/plugins/*.so" |
| 35 | FILES_${PN}-dev += "${libdir}/gnome-bluetooth/plugins/libnma.la" | ||
| 36 | FILES_${PN}-staticdev += "${libdir}/gnome-bluetooth/plugins/libnma.a" | ||
| 35 | FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/" | 37 | FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/" |
| 36 | 38 | ||
