From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mail.openembedded.org (Postfix) with ESMTP id 106626FF80 for ; Wed, 9 Mar 2016 15:09:55 +0000 (UTC) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 09 Mar 2016 07:09:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,311,1455004800"; d="scan'208";a="62868841" Received: from kanavin-desktop.fi.intel.com ([10.237.68.161]) by fmsmga004.fm.intel.com with ESMTP; 09 Mar 2016 07:09:55 -0800 From: Alexander Kanavin To: openembedded-devel@lists.openembedded.org Date: Wed, 9 Mar 2016 17:05:17 +0200 Message-Id: <6c0633b0576698ebd682bddabec140d8e687923d.1457535831.git.alexander.kanavin@linux.intel.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 01/38] evolution-data-server: fix gobject introspection X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 15:09:55 -0000 Signed-off-by: Alexander Kanavin --- meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb index 426076f..a5664b0 100644 --- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb @@ -28,7 +28,7 @@ SRC_URI = " \ S = "${WORKDIR}/git" -inherit autotools gtk-doc pkgconfig gettext +inherit autotools gtk-doc pkgconfig gettext gobject-introspection # -ldb needs this on some platforms LDFLAGS += "-lpthread" @@ -42,6 +42,10 @@ do_configure_append () { cp ${WORKDIR}/iconv-detect.h ${S} } +do_compile_prepend() { + export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs" +} + EXTRA_OECONF = "--without-openldap \ --with-libdb=${STAGING_DIR_HOST}${prefix} \ --disable-nntp --disable-goa --disable-weather" -- 2.7.0