[OE-core] [CONSOLIDATED PULL 49/62] classes/package: remove out-of-date notice referring to the OE bugtracker
Saul Wold
sgw at linux.intel.com
Tue Jan 17 08:32:34 UTC 2012
From: Paul Eggleton <paul.eggleton at linux.intel.com>
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 1088470..45447e3 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.6.5
More information about the Openembedded-core
mailing list