Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] bb.codeparser.py: Remove reference for oe.utils.contains
@ 2014-11-12 10:33 Otavio Salvador
  2014-11-12 10:33 ` [PATCH 2/4] toolchain-scripts.bbclass: Export KCFLAGS to ensure sysroot is provided Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Otavio Salvador @ 2014-11-12 10:33 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List; +Cc: Otavio Salvador

The oe.utils.contains function has been removed from OE-Core metadata
as the references for it has been replaced to use the
bb.utils.contains.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 bitbake/lib/bb/codeparser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/bb/codeparser.py b/bitbake/lib/bb/codeparser.py
index 8b8f91a..21a36f6 100644
--- a/bitbake/lib/bb/codeparser.py
+++ b/bitbake/lib/bb/codeparser.py
@@ -178,7 +178,7 @@ class BufferedLogger(Logger):
 
 class PythonParser():
     getvars = (".getVar", ".appendVar", ".prependVar")
-    containsfuncs = ("bb.utils.contains", "base_contains", "oe.utils.contains", "bb.utils.contains_any")
+    containsfuncs = ("bb.utils.contains", "base_contains", "bb.utils.contains_any")
     execfuncs = ("bb.build.exec_func", "bb.build.exec_task")
 
     def warn(self, func, arg):
-- 
2.1.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-26 22:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 10:33 [PATCH 1/4] bb.codeparser.py: Remove reference for oe.utils.contains Otavio Salvador
2014-11-12 10:33 ` [PATCH 2/4] toolchain-scripts.bbclass: Export KCFLAGS to ensure sysroot is provided Otavio Salvador
2014-11-12 10:33 ` [PATCH 3/4] sysvinit-inittab: Disable the carrier detect requirement for serial consoles Otavio Salvador
2014-11-26 16:01   ` [dizzy backport] " Javier Viguera
2014-11-26 22:09     ` akuster
2014-11-12 10:33 ` [PATCH 4/4] systemd-serialgetty: " Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox