mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +00:00
tumbler: add dbus-glib-native to DEPENDS and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
68577bf6ff
commit
312caf4579
@@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
|
|||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf"
|
DEPENDS = "dbus-glib dbus-glib-native freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf"
|
||||||
|
|
||||||
inherit xfce gtk-doc
|
inherit xfce gtk-doc
|
||||||
|
|
||||||
@@ -27,5 +27,3 @@ FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \
|
|||||||
${libdir}/tumbler-1/plugins/.debug \
|
${libdir}/tumbler-1/plugins/.debug \
|
||||||
${libdir}/tumbler-1/plugins/cache/.debug \
|
${libdir}/tumbler-1/plugins/cache/.debug \
|
||||||
"
|
"
|
||||||
|
|
||||||
PNBLACKLIST[tumbler] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132828/"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user