mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
committed by
Richard Purdie
parent
b76c908620
commit
a1ec19cd97
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user