mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gnome-keyring: blacklist gnome-bluetooth, gvfs: try to build with libgnome-keyring only
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
5a5ec1c060
commit
47f7d287a0
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
|||
PR = "r1"
|
||||
|
||||
SECTION = "x11/gnome"
|
||||
DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify gnome-keyring virtual/libx11 libxi intltool-native"
|
||||
DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify libgnome-keyring virtual/libx11 libxi intltool-native"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
|
||||
|
||||
inherit gnomebase gtk-icon-cache
|
||||
|
|
|
|||
|
|
@ -39,3 +39,5 @@ FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \
|
|||
FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \
|
||||
${libdir}/${BPN}/devel/.debug/ \
|
||||
${base_libdir}/security/.debug/"
|
||||
|
||||
PNBLACKLIST[gnome-keyring] ?= "This version conflicts with gcr from oe-core"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
require gvfs.inc
|
||||
|
||||
DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf intltool-native"
|
||||
DEPENDS = "libsoup-2.4 libgnome-keyring glib-2.0 avahi gconf intltool-native"
|
||||
# optional: obexftp libimobiledevice
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user