diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-18 23:49:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-22 13:16:51 +0100 |
commit | 0322a7dd8d3d739ad25c799d6f861298b85765e5 (patch) | |
tree | 3c465661ef3d03635c8d13868043b0019a73a45c /meta-xfce | |
parent | 73e9b257d9fba559e5583fc906ed4e07d7dbdbff (diff) | |
download | meta-openembedded-0322a7dd8d3d739ad25c799d6f861298b85765e5.tar.gz |
xfce4-verve-plugin: add dbus-glib-native to DEPENDS and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb index e11c43347..57951608f 100644 --- a/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb +++ b/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | 5 | ||
6 | inherit xfce-panel-plugin | 6 | inherit xfce-panel-plugin |
7 | 7 | ||
8 | DEPENDS += "dbus-glib-native" | ||
9 | |||
8 | SRC_URI[md5sum] = "ddd0190ae56f6117dbcf9ff2bf5a8cbf" | 10 | SRC_URI[md5sum] = "ddd0190ae56f6117dbcf9ff2bf5a8cbf" |
9 | SRC_URI[sha256sum] = "a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84" | 11 | SRC_URI[sha256sum] = "a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84" |
10 | |||
11 | PNBLACKLIST[xfce4-verve-plugin] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130622/" | ||