mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
|||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SECTION = "x11/gnome"
|
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)}"
|
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
|
||||||
|
|
||||||
inherit gnomebase gtk-icon-cache
|
inherit gnomebase gtk-icon-cache
|
||||||
|
|||||||
@@ -39,3 +39,5 @@ FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \
|
|||||||
FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \
|
FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \
|
||||||
${libdir}/${BPN}/devel/.debug/ \
|
${libdir}/${BPN}/devel/.debug/ \
|
||||||
${base_libdir}/security/.debug/"
|
${base_libdir}/security/.debug/"
|
||||||
|
|
||||||
|
PNBLACKLIST[gnome-keyring] ?= "This version conflicts with gcr from oe-core"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require gvfs.inc
|
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
|
# optional: obexftp libimobiledevice
|
||||||
|
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user