From patchwork Wed Oct 17 14:37:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Morten Svendsen X-Patchwork-Id: 192064 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 23D642C0096 for ; Thu, 18 Oct 2012 01:37:35 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id E1B1C3FF84 for ; Wed, 17 Oct 2012 16:37:33 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id 0481A3FF84 for ; Wed, 17 Oct 2012 16:37:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=592; q=dns/txt; s=ironport1; t=1350484647; x=1382020647; h=from:to:subject:date:message-id:in-reply-to:references: mime-version; bh=yBVjnO8ttEVxGTAadv+7n+Gsj0rTILsmP9IM+2taC88=; b=BRh/wLtm13jVYZy7fDyePPhpPKhCf6R/Cuugz/DKnZsrYuxjfr8X/lJR P3OfT28+a2vy3qNl7OhW61exCbIfYrDj8Ym/zcQgZWj4Nbit9uumCBFjH p2PnmB24uu4V99v; X-IronPort-AV: E=Sophos;i="4.80,601,1344204000"; d="scan'208";a="2427377" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 17 Oct 2012 16:37:27 +0200 Received: from fire.prevas.dk (172.16.10.61) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.318.1; Wed, 17 Oct 2012 16:37:26 +0200 From: Morten Thunberg Svendsen To: Subject: [PATCH 3/9] glib: Fix native build on machine with libfam-dev(el) installed Date: Wed, 17 Oct 2012 16:37:16 +0200 Message-ID: X-Mailer: git-send-email 1.7.10 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [172.16.10.61] X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/glib/glib-initial.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/glib/glib-initial.inc b/recipes/glib/glib-initial.inc index 8ce27c5..6e10ef4 100644 --- a/recipes/glib/glib-initial.inc +++ b/recipes/glib/glib-initial.inc @@ -19,6 +19,7 @@ EXTRA_OECONF += 'DBUS1_LIBS=""' # Minimize external dependencies for native glib EXTRA_OECONF += "--with-libiconv=no" EXTRA_OECONF += "--with-pcre=internal" +EXTRA_OECONF += "--disable-fam" do_patch[postfuncs] += "do_patch_glib_gettextize_native" do_patch_glib_gettextize_native () {