mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
support/scripts: document args to _is_package() in gen-manual-lists
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d3fa2bebc7
commit
6cffe52b77
@ -242,6 +242,8 @@ class Buildroot:
|
|||||||
""" Return True if the symbol is a package or a host package, otherwise
|
""" Return True if the symbol is a package or a host package, otherwise
|
||||||
False.
|
False.
|
||||||
|
|
||||||
|
:param symbol: The symbol to check
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if not self.re_pkg_prefix.match(symbol.get_name()):
|
if not self.re_pkg_prefix.match(symbol.get_name()):
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user