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 E4D8660DC1 for ; Tue, 31 Dec 2013 01:49:13 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id rBV1nDUh002989 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 30 Dec 2013 17:49:15 -0800 (PST) Received: from [128.224.162.164] (128.224.162.164) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.2.347.0; Mon, 30 Dec 2013 17:49:13 -0800 Message-ID: <52C222A1.6030705@windriver.com> Date: Tue, 31 Dec 2013 09:49:21 +0800 From: ChenQi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "openembedded-core@lists.openembedded.org" X-Originating-IP: [128.224.162.164] Subject: Why do we allow empty -dev/-dbg packages ? 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, 31 Dec 2013 01:49:14 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hi All, This might be a dummy question, but it has been puzzling me for some time. So if someone could give me some explanation, that would be really appreciated. In bitbake.conf, we have: ALLOW_EMPTY_${PN}-dev = "1" ALLOW_EMPTY_${PN}-dbg = "1" That means we allow emtpy -dev/-dbg packages. But what are the benefits of these empty -dev/-dbg packages? Best Regards, Chen Qi