mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 17:02:22 +02: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)
|
||||
|
||||
do_clean_prepend() {
|
||||
python do_clean_prepend() {
|
||||
"""
|
||||
Clear the build and temp directories
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user