libnotify3, nautilus3: exclude from world

* libnotify3 conflicts with libnotify and breaks couple of gnome recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-04-27 12:51:13 +02:00 committed by Eric Bénard
parent 0957300e7b
commit a8c0bcb668
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
DEPENDS = "dbus gtk+3"
# conflicts with libnotify, mixing them in build breaks couple of packages
EXCLUDE_FROM_WORLD = "1"
BPN = "libnotify"
inherit gnome lib_package

View File

@ -11,6 +11,9 @@ PR = "r4"
DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3"
# optional: tracker
# needs libnotify3 which conflicts with libnotify, mixing them in build breaks couple of packages
EXCLUDE_FROM_WORLD = "1"
# to include nautilus3/no-try-run-strftime.diff before the rest
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
BPN = "nautilus"