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 158106D4ED for ; Mon, 11 Nov 2013 16:05:03 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id rABG54p7006959 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 11 Nov 2013 08:05:04 -0800 (PST) Received: from Marks-MacBook-Pro.local (172.25.36.228) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.347.0; Mon, 11 Nov 2013 08:05:04 -0800 Message-ID: <52810032.3020608@windriver.com> Date: Mon, 11 Nov 2013 10:05:06 -0600 From: Mark Hatle Organization: Wind River Systems User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: References: In-Reply-To: Subject: Re: [PATCH 0/1] udev: remove libudev-dbg and libgudev-dbg 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, 11 Nov 2013 16:05:04 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 11/11/13, 4:10 AM, wenzong.fan@windriver.com wrote: > From: Wenzong Fan > > We don't support multiple -dbg packages, so just remove the libudev-dbg, > libgudev-dbg and put all debug stuffs to 'udev-dbg'. I'm a bit confused, we do support package that want to provide multiple -dbg files to generate them. This way large recipes that provide lots of different bits of functionality can no only segment the packages they create, but keep the side of the -dbg information reasonable as well. (It's not all that commonly used, but it does work with the IMAGE_FEATURES 'dbg-pkgs'.) What issue was being solved by combining the two items back into one? --Mark > The following changes since commit 4fdc3d77d4a875b7236536bf78849a4d1f6a7449: > > kbd: Fix stdarg related errors on uclibc (2013-11-08 17:31:36 +0000) > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib wenzong/udev-remove-dbg > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/udev-remove-dbg > > Wenzong Fan (1): > udev: remove libudev-dbg and libgudev-dbg > > meta/recipes-core/udev/udev.inc | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) >