From f63f387b836312a1efb57651c37682381d139685 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Sun, 20 Jan 2013 19:34:26 -0700 Subject: package.bbclass: drop unnecessary and broken packages.remove() (From OE-Core rev: 5480371d0473482437ce4350e6593f006101ef40) Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- meta/classes/package.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes') diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 4794f0ece1..8e07168be3 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) -- cgit v1.2.3-54-g00ecf