diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-18 22:28:58 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-22 13:16:50 +0100 |
| commit | 312caf4579cb3ffd1c7da7ac57e644ee379677eb (patch) | |
| tree | 7a379d3405cb468c1769aa85ea6ec60b28672da6 | |
| parent | 68577bf6fff0637b790bf769c83279edcef931ca (diff) | |
| download | meta-openembedded-312caf4579cb3ffd1c7da7ac57e644ee379677eb.tar.gz | |
tumbler: add dbus-glib-native to DEPENDS and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| -rw-r--r-- | meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb index 0b1e3289af..1f5419ad11 100644 --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci | |||
| 2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf" | 5 | DEPENDS = "dbus-glib dbus-glib-native freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf" |
| 6 | 6 | ||
| 7 | inherit xfce gtk-doc | 7 | inherit xfce gtk-doc |
| 8 | 8 | ||
| @@ -27,5 +27,3 @@ FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \ | |||
| 27 | ${libdir}/tumbler-1/plugins/.debug \ | 27 | ${libdir}/tumbler-1/plugins/.debug \ |
| 28 | ${libdir}/tumbler-1/plugins/cache/.debug \ | 28 | ${libdir}/tumbler-1/plugins/cache/.debug \ |
| 29 | " | 29 | " |
| 30 | |||
| 31 | PNBLACKLIST[tumbler] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132828/" | ||
