From patchwork Wed Oct 17 14:39:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Morten Svendsen X-Patchwork-Id: 192068 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 683112C0084 for ; Thu, 18 Oct 2012 01:40:15 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 31C8F3FA0B for ; Wed, 17 Oct 2012 16:40:14 +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 910F63FA0B for ; Wed, 17 Oct 2012 16:40:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=529; q=dns/txt; s=ironport1; t=1350484810; x=1382020810; h=from:to:subject:date:message-id:in-reply-to:references: mime-version; bh=tHYYWgq/lRFy+zw/prs7KVLZk2Axx+vcg7QHL7sGkZI=; b=fTsVmtNUK9Al0pboIV4SEW0hxinmzrqGEFWxwjlPakw/QuTdbuPq/bIp kNgH3hvHJpNIGxWYoG6dU0m2NRW5GrVO6Vl8lvNwSCmig/WwMopcORR3I bZcBGVHbg7TOe6H; X-IronPort-AV: E=Sophos;i="4.80,601,1344204000"; d="scan'208";a="2427406" 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:40:10 +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:40:09 +0200 From: Morten Thunberg Svendsen To: Subject: [PATCH 6/9] gettext: disable-curses and with-included-gettext also needed for sdk build Date: Wed, 17 Oct 2012 16:39:54 +0200 Message-ID: <44acbe6101a95ee6d95bab8737f21ed04cb75d09.1350484529.git.morten.thunbergsvendsen@prevas.dk> 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/gettext/gettext.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/gettext/gettext.inc b/recipes/gettext/gettext.inc index 963c492..25ce9f0 100644 --- a/recipes/gettext/gettext.inc +++ b/recipes/gettext/gettext.inc @@ -35,6 +35,7 @@ EXTRA_OECONF += "\ --with-included-glib \ " EXTRA_OECONF:>native = " --disable-curses --with-included-gettext" +EXTRA_OECONF:>sdk = " --disable-curses --with-included-gettext" FILES_${PN} += "${libdir}/gettext ${datadir}/gettext"