mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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. (From OE-Core rev: ee486e30432ffd3ef97ba16511a9a1a38bad3826) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9d6bf93e9d
commit
ee7fb2b86d
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user