From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id 0FC2471A9B for ; Tue, 17 Jan 2017 17:28:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 840DF20B3A; Tue, 17 Jan 2017 17:28:54 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SCat70TcciPH; Tue, 17 Jan 2017 17:28:54 +0000 (UTC) Received: from mail.denix.org (pool-100-15-95-79.washdc.fios.verizon.net [100.15.95.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 63A75208D7; Tue, 17 Jan 2017 17:28:53 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id A47AC162320; Tue, 17 Jan 2017 12:28:52 -0500 (EST) Date: Tue, 17 Jan 2017 12:28:52 -0500 From: Denys Dmytriyenko To: openembedded-core@lists.openembedded.org Message-ID: <20170117172852.GP15833@denix.org> References: <1484089920-29356-1-git-send-email-denis@denix.org> <20170117172637.GN15833@denix.org> MIME-Version: 1.0 In-Reply-To: <20170117172637.GN15833@denix.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Denys Dmytriyenko Subject: Re: [morty][PATCH] attr/ea-acl: pass --disable-gettext when USE_NLS=no X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 17:28:54 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sorry, ignore this one - there was v2 previously submitted specifically for morty. On Tue, Jan 17, 2017 at 12:26:37PM -0500, Denys Dmytriyenko wrote: > Ping > > On Tue, Jan 10, 2017 at 06:12:00PM -0500, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Fixes following error in configure: > > FATAL ERROR: msgfmt does not seem to be installed. > > attr cannot be built without a working gettext installation. > > > > Signed-off-by: Denys Dmytriyenko > > Signed-off-by: Ross Burton > > > > (From OE-Core rev: d044fad8a0ac5d57deb88b25106f3a39cb7c1636) > > > > Signed-off-by: Denys Dmytriyenko > > --- > > meta/recipes-support/attr/ea-acl.inc | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc > > index 370e16f..0e2ede3 100644 > > --- a/meta/recipes-support/attr/ea-acl.inc > > +++ b/meta/recipes-support/attr/ea-acl.inc > > @@ -10,6 +10,7 @@ inherit autotools-brokensep gettext > > EXTRA_AUTORECONF += "--exclude=autoheader" > > EXTRA_OECONF = "INSTALL_USER=root INSTALL_GROUP=root" > > EXTRA_OECONF_append_class-native = " --enable-gettext=no" > > +EXTRA_OECONF_append_class-target = "${@['', ' --disable-gettext '][(d.getVar('USE_NLS') == 'no')]}" > > > > EXTRA_OEMAKE = "PKG_LIB_DIR=${base_libdir} PKG_DEVLIB_DIR=${libdir}" > > > > -- > > 2.7.4 > > > > -- > > _______________________________________________ > > Openembedded-core mailing list > > Openembedded-core@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core