diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-08 14:18:52 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:28:17 +0200 |
commit | 47f7d287a09329734629cb9d194ef4e077117d79 (patch) | |
tree | 45d04c9a5bce79b8179da7f410b9ce44b99fce98 /meta-gnome/recipes-gnome/gnome-keyring | |
parent | 5a5ec1c0607466d0369170c7a3e25ca92d51ca1c (diff) | |
download | meta-openembedded-47f7d287a09329734629cb9d194ef4e077117d79.tar.gz |
gnome-keyring: blacklist gnome-bluetooth, gvfs: try to build with libgnome-keyring only
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb index 1bbfb17d9..6fdb43472 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | |||
@@ -39,3 +39,5 @@ FILES_${PN}-dev += "${libdir}/${BPN}/devel/*.la \ | |||
39 | FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ | 39 | FILES_${PN}-dbg += "${libdir}/${BPN}/standalone/.debug/ \ |
40 | ${libdir}/${BPN}/devel/.debug/ \ | 40 | ${libdir}/${BPN}/devel/.debug/ \ |
41 | ${base_libdir}/security/.debug/" | 41 | ${base_libdir}/security/.debug/" |
42 | |||
43 | PNBLACKLIST[gnome-keyring] ?= "This version conflicts with gcr from oe-core" | ||