aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-13 17:35:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:53:03 +0000
commitee486e30432ffd3ef97ba16511a9a1a38bad3826 (patch)
tree461f8426e3703651238ef682a0181312a48bda4b /meta
parent81dcfc5e7a93d74caafde1dff923bfe6c008d9ea (diff)
downloadopenembedded-core-contrib-ee486e30432ffd3ef97ba16511a9a1a38bad3826.tar.gz
classes/package: remove out-of-date notice referring to the OE bugtracker
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@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/package.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 108847094e..45447e3b33 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)