From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 48C7F72A49 for ; Tue, 7 Apr 2015 15:04:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t37F4HNo018425; Tue, 7 Apr 2015 16:04:17 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RYcD59s0Abtf; Tue, 7 Apr 2015 16:04:17 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t37F44T5018393 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 7 Apr 2015 16:04:15 +0100 Message-ID: <1428419044.14020.470.camel@linuxfoundation.org> From: Richard Purdie To: Robert Yang Date: Tue, 07 Apr 2015 16:04:04 +0100 In-Reply-To: References: X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [RFC PATCH 0/2] unique -dev package 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, 07 Apr 2015 15:04:19 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2015-04-07 at 05:58 -0700, Robert Yang wrote: > Hello, > > I think that one recipe should only have one -dev package, I'm not sure > whether this is right or not, please feel free to give your comments, we > still have about 30 recipes in oe-core which have more than one dev > packages, more info: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=7481 I'd much prefer that ${PN}-dev was the dev package rather than the way round that this patch series has things... Cheers, Richard