[OE-core] [PATCH 3/4] classes/package: remove out-of-date notice referring to the OE bugtracker
Paul Eggleton
paul.eggleton at linux.intel.com
Fri Jan 13 17:42:58 UTC 2012
OpenEmbedded doesn't officially use a bug tracker anymore, and a message
asking the user to fix the metadata could be applied to almost any error
that occurs, so just remove the whole message.
Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
meta/classes/package.bbclass | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index f8f0a12..f06bf92 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -887,10 +887,7 @@ python populate_packages () {
package_list = []
for pkg in packages.split():
if pkg in package_list:
- bb.error("-------------------")
bb.error("%s is listed in PACKAGES multiple times, this leads to packaging errors." % pkg)
- bb.error("Please fix the metadata/report this as bug to OE bugtracker.")
- bb.error("-------------------")
else:
package_list.append(pkg)
--
1.7.5.4
More information about the Openembedded-core
mailing list