diff options
-rw-r--r-- | meta/classes/distrodata.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index a22824237c..af3af33133 100644 --- a/meta/classes/distrodata.bbclass +++ b/meta/classes/distrodata.bbclass | |||
@@ -218,9 +218,6 @@ python checkpkg_eventhandler() { | |||
218 | header = row | 218 | header = row |
219 | continue | 219 | continue |
220 | 220 | ||
221 | if '-native' in pn or 'nativesdk-' in pn: | ||
222 | continue | ||
223 | |||
224 | if not pn in package_dict.keys(): | 221 | if not pn in package_dict.keys(): |
225 | package_dict[pn] = row | 222 | package_dict[pn] = row |
226 | f.close() | 223 | f.close() |