[oe-commits] [openembedded-core] 02/03: selftest/buildoptions.py: use INHERIT +=

git at git.openembedded.org git at git.openembedded.org
Wed Mar 30 20:24:39 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 727566ea0e4d19797ecb4cce5750f78e895f6293
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Mar 30 00:30:07 2016 -0700

    selftest/buildoptions.py: use INHERIT +=
    
    * INHERIT = -> INHERIT +=
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/lib/oeqa/selftest/buildoptions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
index 2fc77e1..e9a5aad 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/selftest/buildoptions.py
@@ -276,7 +276,7 @@ class ArchiverTest(oeSelfTest):
         Test for archiving the work directory and exporting the source files.
         """
         self.add_command_to_tearDown('cleanup-workdir')
-        self.write_config("INHERIT = \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"")
+        self.write_config("INHERIT += \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"")
         res = bitbake("xcursor-transparent-theme", ignore_status=True)
         self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output)
         pkgs_path = g.glob(str(self.builddir) + "/tmp/deploy/sources/allarch*/xcurs*")

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list