libnotify3, nautilus3: exclude from world
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 27 Apr 2013 10:51:13 +0000 (12:51 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:29:48 +0000 (08:29 -0800)
* libnotify3 conflicts with libnotify and breaks couple of gnome recipes

(From meta-openembedded rev: 749e7d3a957a8b3f39afe6cc39097f1730cf9444)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb
meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb

index 4c46ec4..fb9752f 100644 (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
index a9dcaf4..1acf8d3 100644 (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"