diff options
-rw-r--r-- | meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | 3 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb index 4c46ec4fd..fb9752fc5 100644 --- a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb +++ b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | |||
@@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | |||
5 | 5 | ||
6 | DEPENDS = "dbus gtk+3" | 6 | DEPENDS = "dbus gtk+3" |
7 | 7 | ||
8 | # conflicts with libnotify, mixing them in build breaks couple of packages | ||
9 | EXCLUDE_FROM_WORLD = "1" | ||
10 | |||
8 | BPN = "libnotify" | 11 | BPN = "libnotify" |
9 | 12 | ||
10 | inherit gnome lib_package | 13 | inherit gnome lib_package |
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb index a9dcaf46e..1acf8d3e9 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | |||
@@ -11,6 +11,9 @@ PR = "r4" | |||
11 | DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3" | 11 | DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3" |
12 | # optional: tracker | 12 | # optional: tracker |
13 | 13 | ||
14 | # needs libnotify3 which conflicts with libnotify, mixing them in build breaks couple of packages | ||
15 | EXCLUDE_FROM_WORLD = "1" | ||
16 | |||
14 | # to include nautilus3/no-try-run-strftime.diff before the rest | 17 | # to include nautilus3/no-try-run-strftime.diff before the rest |
15 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | 18 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" |
16 | BPN = "nautilus" | 19 | BPN = "nautilus" |