[oe-commits] Randy Witt : lib/oeqa/selftest/lic-checksum: Add INHIBIT_DEFAULT_DEPS

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 10:59:19 UTC 2015


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

Author: Randy Witt <randy.e.witt at linux.intel.com>
Date:   Mon Mar 16 11:14:14 2015 -0700

lib/oeqa/selftest/lic-checksum: Add INHIBIT_DEFAULT_DEPS

The test_nonmatching_checksum doesn't need the default dependencies,
and they would just take extra time to generate.

Signed-off-by: Randy Witt <randy.e.witt at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/lib/oeqa/selftest/lic-checksum.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/lic-checksum.py b/meta/lib/oeqa/selftest/lic-checksum.py
index 9a9f7b2..92fc3a8 100644
--- a/meta/lib/oeqa/selftest/lic-checksum.py
+++ b/meta/lib/oeqa/selftest/lic-checksum.py
@@ -17,7 +17,8 @@ class LicenseTests(oeSelfTest):
         os.close(lic_file)
         self.track_for_cleanup(lic_path)
 
-        self.write_recipeinc('emptytest', 'LIC_FILES_CHKSUM = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e"' % lic_path)
+        self.write_recipeinc('emptytest', 'INHIBIT_DEFAULT_DEPS = "1"')
+        self.append_recipeinc('emptytest', 'LIC_FILES_CHKSUM = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e"' % lic_path)
         result = bitbake(bitbake_cmd)
 
         with open(lic_path, "w") as f:



More information about the Openembedded-commits mailing list