mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
packaged-staing.bbclass: Make sure python function is marked as such
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -127,7 +127,7 @@ def pstage_cleanpackage(pkgname, d):
|
|||||||
|
|
||||||
bb.utils.unlockfile(lf)
|
bb.utils.unlockfile(lf)
|
||||||
|
|
||||||
do_clean_prepend() {
|
python do_clean_prepend() {
|
||||||
"""
|
"""
|
||||||
Clear the build and temp directories
|
Clear the build and temp directories
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user