diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-10-07 10:41:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-14 14:27:35 +0200 |
commit | f31aedeca3a1d77a1e7f2b07eae019fee7592242 (patch) | |
tree | 4f83beb6eecec96e311494b73db5b5a2b7957593 /meta-xfce | |
parent | 44ba217c0f9e523a08c63f8dde17cd352568ebae (diff) | |
download | meta-openembedded-f31aedeca3a1d77a1e7f2b07eae019fee7592242.tar.gz |
xfce4-weather-plugin: add libsoup-2.4 to DEPENDS
fixes (detected in Martin's) world build:
| configure:14617: checking for libsoup-2.4 >= 2.26.0
| configure:14659: result: not found
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb | 2 |
1 files changed, 2 insertions, 0 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 551faab38..45c6d83a0 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,6 +5,8 @@ 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" | ||
9 | |||
8 | SRC_URI[md5sum] = "755b33089c02afe88abb39253003a7f3" | 10 | SRC_URI[md5sum] = "755b33089c02afe88abb39253003a7f3" |
9 | SRC_URI[sha256sum] = "40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4" | 11 | SRC_URI[sha256sum] = "40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4" |
10 | 12 | ||