mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Eric Bénard
parent
0957300e7b
commit
a8c0bcb668
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user