[oe-commits] Alexander Kanavin : distrodata.bbclass: do not skip -native recipes in checkpkg task

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 06:35:20 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: c63d1a544a3021a4eee2171fc710e71dfa7e6b07
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c63d1a544a3021a4eee2171fc710e71dfa7e6b07

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Mon Jul 27 19:40:27 2015 +0300

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.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/classes/distrodata.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass
index a228242..af3af33 100644
--- a/meta/classes/distrodata.bbclass
+++ b/meta/classes/distrodata.bbclass
@@ -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()



More information about the Openembedded-commits mailing list