[oe-commits] Christopher Larson : package.bbclass: drop unnecessary and broken packages. remove()

git at git.openembedded.org git at git.openembedded.org
Mon Jan 21 10:25:44 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 5480371d0473482437ce4350e6593f006101ef40
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5480371d0473482437ce4350e6593f006101ef40

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Sun Jan 20 19:34:26 2013 -0700

package.bbclass: drop unnecessary and broken packages.remove()

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/package.bbclass |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 4794f0e..8e07168 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)





More information about the Openembedded-commits mailing list