public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] package.bbclass: drop unnecessary and broken packages.remove()
@ 2013-01-21  2:34 Christopher Larson
  0 siblings, 0 replies; only message in thread
From: Christopher Larson @ 2013-01-21  2:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christopher Larson

From: Christopher Larson <chris_larson@mentor.com>

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
---
 meta/classes/package.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index b06cca5..068ab92 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -948,7 +948,6 @@ python populate_packages () {
     for pkg in packages.split():
         if d.getVar('LICENSE_EXCLUSION-' + pkg, True):
             bb.warn("%s has an incompatible license. Excluding from packaging." % pkg)
-            packages.remove(pkg)
         else:
             if pkg in package_list:
                 bb.error("%s is listed in PACKAGES multiple times, this leads to packaging errors." % pkg)
-- 
1.8.0.3




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-21  2:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21  2:34 [PATCH] package.bbclass: drop unnecessary and broken packages.remove() Christopher Larson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox