1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

rm_work: With the recent pseudo changes, this no longer makes sense

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-12-21 00:59:17 +00:00
parent 2d1007b33f
commit 67d6814b77
-4
View File
@@ -14,10 +14,6 @@ RMWORK_ORIG_TASK := "${BB_DEFAULT_TASK}"
BB_DEFAULT_TASK = "rm_work_all"
do_rm_work () {
# Ensure pseudo is no longer active
if [ -d ${WORKDIR}/pseudo ]; then
${FAKEROOT} -S
fi
cd ${WORKDIR}
for dir in *
do