[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4026/8267] selftest/bblayers: don't fetch a variable that is never used



commit 2abc37dbe872d5a25aa2db4d8a7b60ba38dd057d
Author: Ross Burton <ross burton intel com>
Date:   Thu Jan 12 12:32:46 2017 +0000

    selftest/bblayers: don't fetch a variable that is never used
    
    (From OE-Core rev: f812f9518ef01abbdd9a6f415e5dc92263135f87)
    
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/selftest/bblayers.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meta/lib/oeqa/selftest/bblayers.py b/meta/lib/oeqa/selftest/bblayers.py
index 677161f..cd658c5 100644
--- a/meta/lib/oeqa/selftest/bblayers.py
+++ b/meta/lib/oeqa/selftest/bblayers.py
@@ -68,7 +68,6 @@ class BitbakeLayers(oeSelfTest):
 
     @testcase(1384)
     def test_bitbakelayers_showrecipes(self):
-        distro = get_bb_var('DISTRO')
         result = runCmd('bitbake-layers show-recipes')
         self.assertIn('aspell:', result.output)
         self.assertIn('mtd-utils:', result.output)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]