diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-05-07 21:39:16 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-09 14:58:00 +0200 |
commit | 78c021595a240fc2eeb32d789fe2596fc98f2bce (patch) | |
tree | 2b4c6f15a7cb2270c1eadc9cbf0714678bd50ce6 | |
parent | ca8d1a78f5623f537088733b20396f1e17700428 (diff) | |
download | meta-openembedded-78c021595a240fc2eeb32d789fe2596fc98f2bce.tar.gz |
xfce4-weather-plugin: add dbus-glib and upower to DEPENDS
detected in Martin's world with test-dependencies
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb index b57f91ce1..d03a25904 100644 --- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb +++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
5 | 5 | ||
6 | inherit xfce-panel-plugin | 6 | inherit xfce-panel-plugin |
7 | 7 | ||
8 | DEPENDS += "libsoup-2.4" | 8 | DEPENDS += "libsoup-2.4 dbus-glib upower" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "755b33089c02afe88abb39253003a7f3" | 10 | SRC_URI[md5sum] = "755b33089c02afe88abb39253003a7f3" |
11 | SRC_URI[sha256sum] = "40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4" | 11 | SRC_URI[sha256sum] = "40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4" |