All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pimlico: remove Poky overrides
@ 2012-08-29 13:32 Ross Burton
  2012-08-29 14:17 ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Ross Burton @ 2012-08-29 13:32 UTC (permalink / raw)
  To: openembedded-devel

---
 meta-gnome/recipes-gnome/pimlico/contacts.inc |    4 +---
 meta-gnome/recipes-gnome/pimlico/dates.inc    |    4 +---
 meta-gnome/recipes-gnome/pimlico/tasks.inc    |    2 --
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/meta-gnome/recipes-gnome/pimlico/contacts.inc b/meta-gnome/recipes-gnome/pimlico/contacts.inc
index 9798985..04de63c 100644
--- a/meta-gnome/recipes-gnome/pimlico/contacts.inc
+++ b/meta-gnome/recipes-gnome/pimlico/contacts.inc
@@ -5,13 +5,11 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
 LICENSE = "GPLv2 & GPLv2+ & GPLv3+ "
 SECTION = "x11"
 DEPENDS = "glib-2.0 gtk+ evolution-data-server"
-DEPENDS_append_poky = " libowl"
 RDEPENDS_${PN} = "libedata-book"
 
 inherit autotools pkgconfig
 
 OWL = "--disable-owl"
-OWL_poky = "--enable-owl"
 
 EXTRA_OECONF += "--disable-gnome-vfs ${OWL}"
 EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
@@ -31,4 +29,4 @@ SRC_URI = "file://stock_contact.png \
            file://contacts-conditionally-install-schema.patch \
           "
 
-SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;apply=yes "
+#SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;apply=yes "
diff --git a/meta-gnome/recipes-gnome/pimlico/dates.inc b/meta-gnome/recipes-gnome/pimlico/dates.inc
index 9b338fd..3c4a048 100644
--- a/meta-gnome/recipes-gnome/pimlico/dates.inc
+++ b/meta-gnome/recipes-gnome/pimlico/dates.inc
@@ -12,9 +12,7 @@ inherit autotools gettext pkgconfig gtk-icon-cache
 
 # Poky/Sato specific enhancements
 OWL = "--disable-owl"
-OWL_poky = "--enable-owl --disable-dnd"
 
 EXTRA_OECONF += "${OWL}"
-DEPENDS_append_poky = " libowl"
-SRC_URI_append_poky = " file://dates-owl-window-menu.patch;apply=yes "
+#SRC_URI_append_poky = " file://dates-owl-window-menu.patch;apply=yes "
 
diff --git a/meta-gnome/recipes-gnome/pimlico/tasks.inc b/meta-gnome/recipes-gnome/pimlico/tasks.inc
index 9cd5259..a952153 100644
--- a/meta-gnome/recipes-gnome/pimlico/tasks.inc
+++ b/meta-gnome/recipes-gnome/pimlico/tasks.inc
@@ -6,11 +6,9 @@ LICENSE = "GPLv2 & GPLv2+"
 
 SECTION = "x11"
 DEPENDS = "glib-2.0 gtk+ evolution-data-server"
-DEPENDS_append_poky = " libowl"
 
 inherit autotools pkgconfig gtk-icon-cache
 
 OWL ?= "--disable-owl"
-OWL_poky ?= "--enable-owl"
 
 EXTRA_OECONF += "${OWL}"
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-10-17 14:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29 13:32 [PATCH] pimlico: remove Poky overrides Ross Burton
2012-08-29 14:17 ` Khem Raj
2012-08-29 15:31   ` Burton, Ross
2012-08-29 16:53     ` Koen Kooi
2012-08-29 16:59       ` Burton, Ross
2012-08-29 17:03         ` Paul Eggleton
2012-08-29 17:34     ` Khem Raj
2012-08-29 19:22       ` Burton, Ross
2012-08-29 21:04         ` Martin Jansa
2012-08-30 10:10           ` Ross Burton
2012-10-17 14:10             ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.