mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
packaged-staging.bbclass: Fix staging reference -> sysroots
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -116,7 +116,7 @@ def pstage_cleanpackage(pkgname, d):
|
||||
bb.note("Failure removing staging package")
|
||||
else:
|
||||
bb.note("No. Manually removing any installed files")
|
||||
pstage_manualclean("staging", "STAGING_DIR", d)
|
||||
pstage_manualclean("sysroots", "STAGING_DIR", d)
|
||||
pstage_manualclean("cross", "CROSS_DIR", d)
|
||||
pstage_manualclean("deploy", "DEPLOY_DIR", d)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user