distrodata.bbclass: do not skip -native recipes in checkpkg task

Some recipes are available only in the -native flavour, and we need to
check their upstream version too from the command line.

(From OE-Core rev: c63d1a544a3021a4eee2171fc710e71dfa7e6b07)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin 2015-07-27 19:40:27 +03:00 committed by Richard Purdie
parent b76c908620
commit a1ec19cd97
1 changed files with 0 additions and 3 deletions

View File

@ -218,9 +218,6 @@ python checkpkg_eventhandler() {
header = row
continue
if '-native' in pn or 'nativesdk-' in pn:
continue
if not pn in package_dict.keys():
package_dict[pn] = row
f.close()