1
0
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:
Richard Purdie
2009-11-16 22:37:39 +00:00
parent 9a3da23e10
commit 7096a54436
+1 -1
View File
@@ -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)