mirror of
git://git.yoctoproject.org/poky
synced 2026-08-16 04:04:01 +00:00
packaged-staging.bbclass: Fix staging reference -> sysroots
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
9a3da23e10
commit
7096a54436
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user