From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id E9A1A6FF1D for ; Mon, 16 Jun 2014 15:18:33 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s5GFIQMB015549 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 16 Jun 2014 08:18:33 -0700 (PDT) Received: from [128.224.162.181] (128.224.162.181) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Mon, 16 Jun 2014 08:18:29 -0700 Message-ID: <539F0AC4.9000505@windriver.com> Date: Mon, 16 Jun 2014 23:18:28 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "Burton, Ross" References: In-Reply-To: Cc: OE-core Subject: Re: [PATCH 3/3] guile: depends on texinfo-native 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: Mon, 16 Jun 2014 15:18:34 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 06/16/2014 11:14 PM, Burton, Ross wrote: > On 16 June 2014 14:49, Robert Yang wrote: >> +DEPENDS = "libunistring bdwgc gmp libtool libffi texinfo-native" > > There's a texinfo class you can inherit, instead of adding the > dependency directly. Thanks, I didn't notice we have the texinfo.bbclass now, will test whether it works or not and update again. > > Ross > >