Home
last modified time | relevance | path

Searched refs:multi_valued_attributes (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py139 def __init__(self, multi_valued_attributes=USE_DEFAULT, argument
176 if multi_valued_attributes is self.USE_DEFAULT:
177 multi_valued_attributes = self.DEFAULT_CDATA_LIST_ATTRIBUTES
178 self.cdata_list_attributes = multi_valued_attributes
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DCHANGELOG125 * Fixed another crash when overriding multi_valued_attributes and using the
198 * Fixed a crash when overriding multi_valued_attributes and using the
424 'multi_valued_attributes' argument. [bug=1832978]