aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/pimlico/contacts.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-08-30 10:10:55 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-24 19:34:31 +0200
commit55855cd569fbff7182974ca08b1de8435bf0f597 (patch)
tree9f7518e2e48367fcbd15a7c58101dd601940331f /meta-gnome/recipes-gnome/pimlico/contacts.inc
parente0fe08a35ae6e1a4458c13daa13167c9a1e74bde (diff)
downloadmeta-openembedded-55855cd569fbff7182974ca08b1de8435bf0f597.tar.gz
pimlico: remove Poky overrides
There was a poky distro override to enable the "owl" window menu functionality. As these packages are in meta-oe now and only Sato/poky supported owl, remove the override and patches. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/pimlico/contacts.inc')
-rw-r--r--meta-gnome/recipes-gnome/pimlico/contacts.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-gnome/recipes-gnome/pimlico/contacts.inc b/meta-gnome/recipes-gnome/pimlico/contacts.inc
index 9798985a45..e19727c569 100644
--- a/meta-gnome/recipes-gnome/pimlico/contacts.inc
+++ b/meta-gnome/recipes-gnome/pimlico/contacts.inc
@@ -5,15 +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_OECONF += "--disable-gnome-vfs"
EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
do_install_append () {
@@ -30,5 +26,3 @@ SRC_URI = "file://stock_contact.png \
file://stock_person.png \
file://contacts-conditionally-install-schema.patch \
"
-
-SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;apply=yes "