From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 3518C6FF1A for ; Mon, 16 Jun 2014 15:32:36 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s5GFWYLb001381 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 16 Jun 2014 08:32:34 -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:32:33 -0700 Message-ID: <539F0E10.2080407@windriver.com> Date: Mon, 16 Jun 2014 23:32:32 +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 2/3] libpcap: Avoid libpcap build error when libnl1 is involved 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:32:37 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 06/16/2014 11:13 PM, Burton, Ross wrote: > On 16 June 2014 14:49, Robert Yang wrote: >> +PACKAGECONFIG[libnl1] = "--with-libnl,--without-libnl,libnl1,libnl1" > > Why did you need to specify a runtime dependency? Sorry, please drop this one, I will check with the original author. // Robert > > Ross > >