From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UCBXE-0005SX-5y for openembedded-core@lists.openembedded.org; Sun, 03 Mar 2013 17:13:15 +0100 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r23G4PvF003283 for ; Sun, 3 Mar 2013 16:04:25 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net 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 iLBMPmoApHyL for ; Sun, 3 Mar 2013 16:04:25 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r23G4HWl003279 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sun, 3 Mar 2013 16:04:20 GMT Message-ID: <1362326189.4325.27.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Sun, 03 Mar 2013 15:56:29 +0000 In-Reply-To: References: X-Mailer: Evolution 3.6.3-1 Mime-Version: 1.0 Subject: Re: ALLOW_EMPTY versus ALLOW_EMPTY_${PN}? a couple clarifications X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Sun, 03 Mar 2013 16:13:21 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2012-07-06 at 09:10 -0400, Robert P. J. Day wrote: > just trying to clarify the gory details of the ALLOW_EMPTY setting. > first, across several .bb files, there is a mixture of these two: > > ALLOW_EMPTY = "1" > ALLOW_EMPTY_${PN} = "1" > > what's the difference? what does the first one represent if you're > not specific? does that cover *all* generated packages? FWIW, a package name should generally be specified. I've just sent a patch to OE-Core updating the various references. Cheers, Richard