mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
0957300e7b
commit
a8c0bcb668
|
|
@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||||
|
|
||||||
DEPENDS = "dbus gtk+3"
|
DEPENDS = "dbus gtk+3"
|
||||||
|
|
||||||
|
# conflicts with libnotify, mixing them in build breaks couple of packages
|
||||||
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
BPN = "libnotify"
|
BPN = "libnotify"
|
||||||
|
|
||||||
inherit gnome lib_package
|
inherit gnome lib_package
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,9 @@ PR = "r4"
|
||||||
DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3"
|
DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3"
|
||||||
# optional: tracker
|
# 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
|
# to include nautilus3/no-try-run-strftime.diff before the rest
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||||
BPN = "nautilus"
|
BPN = "nautilus"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user